AxesOrigin
Usage
• AxesOrigin 是二维图形函数的一个可选项,用来指定坐标轴的原点.
Notes
• AxesOrigin -> x, y 指定坐标轴的原点是点 x, y . • AxesOrigin -> Automatic使用一个内部函数来确定坐标轴的原点.如果点 0, 0 在所作图形区域的内部或与在附近,则它常被选作坐标原点. • 在等高线和密度图形中,AxesOrigin -> Automatic将坐标轴放在图形区域的外边.
Further Examples
Here is a plot with the axes centered with the default setting and then centered at the point . Evaluate the cells to compare the graphics.
In[1]:=
|
In[2]:=
|
|