I have a 3d curve (not surface) data set (curve.dat) of the form: x1 y1 z1 x2 y2 z2 ........... xn yn zn How do I plot the 3d curve with gnuplot?
Alan Bromborsky wrote: > I have a 3d curve (not surface) data set (curve.dat) of the form: > x1 y1 z1 > x2 y2 z2 > ........... > xn yn zn > > How do I plot the 3d curve with gnuplot? splot 'curve.dat' with lines