GraphicsArray[
,
, ...
] represents a row of graphics objects.
GraphicsArray[
,
, ...
, ...
] represents a two-dimensional array of graphics objects.
You can display a GraphicsArray object using Show.
GraphicsArray sets up identical rectangular display areas for each of the graphics objects it contains.
GraphicsArray takes the same options as Graphics, with the defaults for Ticks and FrameTicks changed to None.
GraphicsArray takes the additional option GraphicsSpacing, which specifies the spacing between the rectangular areas containing each graphics object. The default setting is GraphicsSpacing
->
0.1.
The options DisplayFunction and CharacterEncoding are ignored for graphics objects given inside GraphicsArray.