Gnuplot 3d plot too high

前端 未结 2 1497
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 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.

提交回复
热议问题