Mathematica 9 is now available

GraphicsArray

Usage

GraphicsArray[{ ,  , ... }] represents a row of graphics objects.
GraphicsArray[{{ ,  , ... }, ... }] represents a two-dimensional array of graphics objects.


Notes

• 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, ColorOutput and CharacterEncoding are ignored for graphics objects given inside GraphicsArray.
• New in Version 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.