|
From: Gerben H. <hui...@ho...> - 2005-11-16 17:36:57
|
Thank you, this helps. what's the reason that gnuplot does not plot x and y lines in those planes? In my case it would be very useful. Maybe I could plot these lines by hand? Gerben ----Original Message Follows---- From: Hans-Bernhard Broeker <br...@ph...> To: Huijsman <Hui...@ho...> CC: gnu...@li... Subject: Re: [Gnuplot-info] GNUplot 3d grids Date: Wed, 16 Nov 2005 17:14:19 +0100 Huijsman wrote: >To improve the clearity of the plots I would like to add grids. Not >only in the x,y-plane, but in the x,z and y,z-plane as well. Could >you please let me know if and how this can be done? gnuplot doesn't do x or y grid lines on the x-z or y-z planes. Only z lines are drawn (by 'set grid ztics'). |