Legacy Documentation

The Mathematical ExplorerTM (2001)

This is documentation for an obsolete product.
Current products and services
GraphicsArray

  • 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.
  • See The Mathematica Book on the web:Section 1.9.4 and Section 2.9.1.
  • See also: TableForm, GridBox.