have a look at 'index' and 'every':
http://www.gnuplot.info/docs/node123.html
http://www.gnuplot.info/docs/node121.html
SucramZ wrote:
>
> Hello,
> i have to make a plot of the movement of points in all directions. For
> this I have chosen to plot the movement of every point as a line plot in
> 3d:
>
> splot "point1.dat" with lines, "point1.dat" with lines, ...
>
> My problem is, that I have a lot of those points, and i don't want to
> create a file for each point. Is there a posibility to tell gnuplot in the
> data-file to start an new plot? (So that i have a huge file with every
> set of points, which I only have to plote once)
>
> Thanks for help.
>
--
View this message in context: http://www.nabble.com/how-to-make-a-lot-of-3d-plots-in-one-tp24425226p24428363.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|