Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的 gnuplot 的 splot 函数显示了 x、y 和 z 轴的不同比例。因此,最终图通常沿一个轴拉伸。我怎么能指定我想要沿所有三个轴的比例相等?
我读到“设置大小的正方形”在 2D 中完成了这项工作,但我想知道如何使用 splot (3D) 来实现这一点。
好问题!
我想你想要set view equal xyz。(见help view equal)
set view equal xyz
help view equal