|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
GraphicsGrid |
| GraphicsGrid[{{g11, g12, ...}, ...}] generates a graphic in which the gij are laid out in a two-dimensional grid. |
| SpanFromLeft | span from left | |
| SpanFromAbove | span from above | |
| SpanFromBoth | span from both left and above |
| Alignment | {Center,Center} | horizontal and vertical alignment of elements | |
| AspectRatio | Automatic | ratio of height to width for the whole grid | |
| Background | None | what background colors to use | |
| BaselinePosition | Automatic | what to align with the surrounding text baseline | |
| BaseStyle | {} | base style specifications for the grid | |
| Dividers | None | where to draw divider lines in the grid | |
| Frame | None | where to draw frames in the grid | |
| FrameStyle | Automatic | styles to use for frames | |
| ImageSize | Automatic | overall size of the whole graphics grid | |
| ItemAspectRatio | Automatic | ratio of height to width for each item | |
| Spacings | Scaled[0.1] | horizontal and vertical spacings |
| spec | apply spec to all items | |
| {specx} | apply specx at successive horizontal positions | |
| {specx,specy} | apply speck at successive horizontal and vertical positions | |
| also allow explicit rules for individual |
| {s1,s2,...,sn} | use | |
| {{c}} | use | |
| {{c1,c2}} | alternate between | |
| {{c1,c2,...}} | cycle through all | |
| {s,{c}} | use | |
| {s1,{c},sn} | use | |
{s1,s2,...,{c1, c2, ... }, sm, ... , sn} | use the first sequence of | |
| {s1,s2,...,{},sm,...,sn} | use the first sequence of | |
| {i1->v1,i2->v2,...} | specify what to use at positions | |
| {spec,rules} | use rules to override specifications in spec |
| None | no frame | |
| True | frame around the whole grid | |
| All | frame around every item in the grid | |
| {All,False} | put a frame at every horizontal position (column lines) | |
| {False,All} | put a frame at every vertical position (row lines) |
| spec | apply spec to all gaps between items | |
| {specx,specy} | apply speci to successive horizontal and vertical gaps |
| Axis | axis of the middle row in the grid (default) | |
| Baseline | baseline of the middle row in the grid | |
| Bottom | bottom of the whole grid | |
| Center | halfway from top to bottom | |
| Top | top of the whole grid | |
| {{i,j},pos} | position pos in element |
| © 2008 Wolfram Research, Inc. |