|
From: Hans-Bernhard B. <br...@ph...> - 2005-08-23 12:27:55
|
ChristophBert wrote: > I'm using Gnuplot 4.0 and try to plot 3D data with a grid. If I do "set > grid" I only get a grid in the xy plane, but I also want grids in the xz > and yz plane. I tried all morning, but did not manage to get it. Can > anybody help me? The most gnuplot is prepared to give you is a set of horizontal lines on the back walls of the graph box, but no full grid. See 'help set grid' or just try set grid xytics ztics |