GraphicsArray
Usage
• GraphicsArray[ , , ... ]表示一行图形对象.
• GraphicsArray[  , , ... , ... ]表示一个二维图形对象阵列.
Notes
• 可以使用Show来显示一个GraphicsArray对象. • GraphicsArray为它所包含的每一个图形对象建立相同的矩形显示区域. • GraphicsArray采用与Graphics相同的选项,Ticks和FrameTicks缺省时被换成None. • GraphicsArray采用附加选项GraphicsSpacing,用来指定包含每一图形对象的矩形区域之间的空格.缺省设置为GraphicsSpacing -> 0.1. • 在内部给出的图形对象中可选项DisplayFunction, ColorOutput和CharacterEncoding会被忽略.
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]:=
|
|