我想在两个轴的 [-10:10] 范围内绘制一个函数(比如 y=x)。如果我写
gnuplot> set xrange [-10:10]
unset tics
set border 3
gnuplot> plot x
我得到一个图表,其中轴以 -10、-10 为中心,但我希望轴以原点 0、0 为中心。我该怎么做?我试过设置
set origin 0, 0
但它不起作用。谢谢你。
我想在两个轴的 [-10:10] 范围内绘制一个函数(比如 y=x)。如果我写
gnuplot> set xrange [-10:10]
unset tics
set border 3
gnuplot> plot x
我得到一个图表,其中轴以 -10、-10 为中心,但我希望轴以原点 0、0 为中心。我该怎么做?我试过设置
set origin 0, 0
但它不起作用。谢谢你。