Gnuplot 3d plot too high

筅森魡賤 提交于 2020-01-11 10:34:12

问题


I have this plot


And as you can see, there's this gap between the zero and the bottom of the plot, is it possible to move the plot down so the 0 is at the bottom?

回答1:


Yes, it is possible. Use:

set xyplane at 0

to remove the offset.

On older gnuplot, you may need to use:

set ticslevel 0

instead.




回答2:


I can't really test it without your data, but did you try to set the limits on the axis? if not set manually, octave sometimes takes liberties to shift the data.

https://www.gnu.org/software/octave/doc/interpreter/Axis-Configuration.html



来源:https://stackoverflow.com/questions/25084080/gnuplot-3d-plot-too-high

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