Mathematica 9 is now available

PlotRegion

Usage

PlotRegion 是图象函数的一个选项,指定一幅图应当填充最后显示区域的那个部分。


Notes

PlotRegion ->   sxmin, sxmax ,  symin, symax  指定在一个尺度坐标中图形要在最后的显示区填充的区域。
• 尺度坐标在每个方向从 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]:=  



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.