Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

splot 3D plots with equal scale on x, y, z

Tags:

plot

gnuplot

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).

like image 745
user506901 Avatar asked May 10 '12 13:05

user506901


1 Answers

Great question!

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

like image 148
mgilson Avatar answered Jan 21 '23 17:01

mgilson