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

孤者浪人 提交于 2021-02-06 08:59:41

问题


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


回答1:


Great question!

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



来源:https://stackoverflow.com/questions/10535222/splot-3d-plots-with-equal-scale-on-x-y-z

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!