PlotRegion
Usage
• PlotRegion 是图象函数的一个选项,指定一幅图应当填充最后显示区域的那个部分。
Notes
• 尺度坐标在每个方向从 0 到 1 。
• 缺省设置 PlotRegion -> {{0, 1}, {0, 1}} 指定图形应当填充整个显示区域。 • 图形不填充整个显示区域时,剩下的区域根据选项Background的设置进行。 • 参见 Mathematica 全书 : 节 2.9.4.
Further Examples
By specifying a different PlotRegion than the default, you can add margins around your plot. Evaluate the cells to compare the graphics.
In[1]:=
|
In[2]:=
|
|