|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Grid |
| Grid[{{expr11, expr12, ...}, {expr21, expr22, ...}, ...}] is an object that formats with the exprij arranged in a two-dimensional grid. |
| SpanFromLeft | span from left | |
| SpanFromAbove | span from above | |
| SpanFromBoth | span from both left and above |
| Alignment | {Center,Baseline} | horizontal and vertical alignment of items | |
| Background | None | what background colors to use | |
| BaselinePosition | Automatic | what to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the grid | |
| DefaultElement | " | what element to insert in an empty item | |
| Dividers | None | where to draw divider lines in the grid | |
| Frame | None | where to draw frames in the grid | |
| FrameStyle | Automatic | style to use for frames | |
| ItemSize | Automatic | width and height of each item | |
| ItemStyle | None | styles for columns and rows | |
| Spacings | Automatic | horizontal and vertical spacings |
| None | no frame | |
| True | frame around the whole grid | |
| All | frame around every item in the grid | |
| Center | draw interior frames only | |
| {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 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 |
| 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. |