Gnuplot 3d plot too high

前端 未结 2 1498
Happy的楠姐
Happy的楠姐 2021-01-20 22:12

I have this plot
\"plot\"
And as you can see, there\'s this gap between the zero and the bottom of the plot, is

相关标签:
2条回答
  • 2021-01-20 22:51

    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

    0 讨论(0)
  • 2021-01-20 23:03

    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.

    0 讨论(0)
提交回复
热议问题