|
From: KrissN <kr...@wp...> - 2005-09-15 17:01:13
|
Hans-Bernhard Broeker <broeker <at> physik.rwth-aachen.de> writes: > > KrissN wrote: > > > I've just spent an afternoon trying to make an > > <bf>isometric</bf> (x y z axes > > are displayed with correct scale ratio corresponding > > to a viewing angle, so that > > the plot of a cube looks like a cube > > and not cuboid on the plot ) 3D plot using > > 'splot' and I could not find a quick solution - does > > anyone know a way of > > getting that sort of plot except for setting equal ranges of x and y axes? > > The usual gnuplot way of doing that would be 'set size ratio -1'. Try it. 'set size ratio -1' works only for 2d plot but not for 3D plot. This seemingly trivial question is not so trivial - gnuplot simply does not support isometric 3D plots! It is something for the gnuplot gurus to think on. I could get x and y axis to be isometric only by setting equal x and y ranges - but then I had to play with z axis scaling, which was not elegant and took lots of time. Anyway, the x and y dimensions of the plots I want to make are not equal, so cannot jump over it this way. Any more suggestions anyone? I would really apreciate a solution. K |