Hi,
I am trying to use replot to add curves to my plot. The following
gives me an error on the command line:
gnuplot> plot '-'
input data ('e' ends) > 1 2
input data ('e' ends) > 3 4
input data ('e' ends) > 5 6
input data ('e' ends) > e
gnuplot> replot '-'
input data ('e' ends) > 9 10
input data ('e' ends) > 11 12
input data ('e' ends) > 13 14
input data ('e' ends) > e
input data ('e' ends) > e
gnuplot> plot '-', '-'
^
no data point found in specified file
Notice that the first e did not terminate the command. What am I
doing wrong?
Thank you,
Mirko