Following the instructions posted on section 3.9 of FAQ, I
I generated that file intentionally with a blank space every time the x value changes, in order to achieve a final splot of z as a function of x and y.
Now, in the same gnuplot script, I would need to plot 2D graphs in which:
I plot the variation of z as a function of y for different values of x.
Is there a way to do this on gnuplot on the same script ?
Last edit: David 2017-03-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a
data.dat
file that looks like:Following the instructions posted on section 3.9 of FAQ, I
I generated that file intentionally with a blank space every time the
x
value changes, in order to achieve a finalsplot
ofz
as a function ofx
andy
.Now, in the same
gnuplot
script, I would need to plot2D
graphs in which:I
plot
the variation ofz
as a function ofy
for different values ofx
.Is there a way to do this on gnuplot on the same script ?
Last edit: David 2017-03-11