GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
ItemAspectRatio is an option for GraphicsGrid which specifies the ratio of height to width for the regions in which items are placed in the graphics grid.
GridFrameMargins is an option for grids that specifies the spacing between the content of the grid and the frame surrounding it.
GridFrame is an option for grids that specifies whether a surrounding frame is drawn.
The Mathematica graphics language has many controls for preparing and laying out plots. Aligning plots is important when preparing graphics for presentation or publication.
ImageAssemble[{{image_11, image_12, ...}, {image_21, ...}, ...}] assembles a single image from an array of images.
Mathematica saves information about every plot you produce, so that you can later redraw it. When you redraw plots, you can change some of the options you use. Functions for ...
SpanFromAbove is a symbol that can appear at a particular position in a Grid or related construct to indicate that the corresponding position is occupied by a spanning ...
PackingMethod is an option for GraphPlot and related functions which specifies how disconnected components should be packed together in the layout produced.
SpanFromLeft is a symbol that can appear at a particular position in a Grid or related construct to indicate that the corresponding position is occupied by a spanning element ...