On 09.05.2012 23:24, Peekay Ex wrote:
> I am struggling though to understand why a 'two co-ordinate' plot I
> have returns an error 'all points y2 value undefined!'
In a nutshell: because that's supposed to be a two-dataset plot, but you
only supplied one dataset. Please consult "help datafile special" again
to learn the details.
> And I cannot work out what the error is referring to. Isn't 'y2'
> implied by the third column?
No. gnuplot doesn't care which column you use as 'x' and which as 'y',
'y2' or whatever.