rearrange your data and 'splot' it:
splot "-" with linespoints
1 9 9
2 8 1
3 7 8
4 6 2
5 5 5
e
gnuplotnewb123 wrote:
>
> hello gnuplot forum,
>
> I have just recently begun to use gnuplot in the hopes that I can plot my
> data without having to buy software. I have seen gnuplot plot meshes and
> skins in 3d, but I cannot figure out how to plot my own data. I want to
> plot lines in 3d space according to matrices i.e. given matrix x1=[1, 2,
> 3, 4, 5] matrix y1=[9, 8, 7, 6, 5] and matrix z1= [9, 1, 8, 2, 5] how do i
> plot x1, y1, z1?
> my end goal is to have four intersecting lines defined by the points in
> these matrices in one 3d graph with no skins or meshes in the graph.
>
> how should i go about this?
> thanks
>
--
View this message in context: http://old.nabble.com/GNUPLOT-3d-lines-tp32134835p32141017.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|