11

The splot function from gnuplot that I use shows different scales of x, y and z axis. So, the final plot is often stretched along one axis. How could I specify that I want equal scale along all three axis?

I read that 'set size square' does the job in 2D, but I wonder how could this be achieved with splot (3D).

4

1 に答える 1

22

Great question!

I think you want set view equal xyz. (see help view equal)

于 2012-05-10T18:03:56.060 に答える