|
From: Thomas S. <t.s...@fz...> - 2009-10-13 07:04:51
|
you may add arrows without heads: set xrange [0:pi] set yrange [0:pi] set samples 10 set arrow 1 from 0.5,0.5,0.5 to 2.5,0.5,0.5 nohead front set arrow 2 from 2.5,0.5,0.5 to 2.5,2.5,0.5 nohead front set arrow 3 from 2.5,2.5,0.5 to 0.5,2.5,0.5 nohead set arrow 4 from 0.5,2.5,0.5 to 0.5,0.5,0.5 nohead splot sin(x)*sin(y) with pm3d WesM wrote: > > Hi > > I have created a 3D surface plot of some data contained in a file. I would > like to add > to the plot a rectangle in 3d. How can I add lines (or better yet a > rectangle) to 3D > plots? > -- View this message in context: http://www.nabble.com/lines-in-3D-tp25864635p25868097.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |