Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Graphics and Sound /  Graphics Primitives /

GraphicsArray

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

FilledSmallSquare You can display a GraphicsArray object using Show.
FilledSmallSquare GraphicsArray sets up identical rectangular display areas for each of the graphics objects it contains.
FilledSmallSquare GraphicsArray takes the same options as Graphics, with the defaults for Ticks and FrameTicks changed to None.
FilledSmallSquare 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.
FilledSmallSquare The option DisplayFunction is ignored for graphics objects given inside GraphicsArray.
FilledSmallSquare See The Mathematica Book on the web: Section 1.9.4 and Section 2.9.1.
FilledSmallSquare See also: Rectangle, RasterArray, TableForm.