I have a single file with three columns call them x,y,z; I need to plot on the same graphic x VS y and x VS z.
How to plot two scatter plot on the same graphic using gnuplot?
EDIT I know that to plot a single function I have to write something like
plot 'file name' using 1:2
I don't konw how to plot together 1:2 and 1:3