Create graphics

Here is an array of Graphics and text objects:

Format the graphics as a grid

Use GraphicsGrid to format an array of graphics as a grid:

Notes

Add a frame and dividers to a grid:
Use SpanFromLeft and SpanFromAbove to make grid elements that span multiple columns or rows:
Use SpanFromBoth to make grid elements that simultaneously span multiple rows and columns:

A GraphicsGrid can be resized as a whole:

  • You can also use Grid to put items in a grid, but the result is a typeset structure rather than Graphics and cannot be resized as a whole.