Mathematica 9 is now available

GraphicsArray

Usage

GraphicsArray[  ,  , ...  ]表示一行图形对象.
GraphicsArray[   ,  , ...  , ...  ]表示一个二维图形对象阵列.


Notes

• 可以使用Show来显示一个GraphicsArray对象.
GraphicsArray为它所包含的每一个图形对象建立相同的矩形显示区域.
GraphicsArray采用与Graphics相同的选项,TicksFrameTicks缺省时被换成None.
GraphicsArray采用附加选项GraphicsSpacing,用来指定包含每一图形对象的矩形区域之间的空格.缺省设置为GraphicsSpacing -> 0.1.
• 在内部给出的图形对象中可选项DisplayFunction, ColorOutputCharacterEncoding会被忽略.
• 参见Mathematica全书: 1.9.4节 和 2.9.1节.
• 同时参见: Rectangle, RasterArray, TableForm, GridBox.
Further Examples

We create two simple plots, suppressing their display.

In[1]:=  

In[2]:=  

We the plots as the elements of a graphics array. In the second array the amount of spacing between the two plots is half the (horizontal) size of each plot.

Evaluate the cells to see the graphics.

In[3]:=  

In[4]:=  

In[5]:=  



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.