|
|
||
|
|
| GraphicsColumn generates a graphic in which the |
| GraphicsColumn aligns each element horizontally in the specified way. |
| GraphicsColumn leaves the specified spacing between successive elements. |
| Center | centered | |
| Left | left justified (default) | |
| Right | right justified | |
| Full | stretched if possible to full width | |
| Automatic | alignment points of successive items aligned |
| h | an absolute number of printer's points | |
| Scaled[s] | a fraction s of the height of an item |
| Alignment | {Center,Center} | horizontal and vertical alignment of elements | |
| AspectRatio | Automatic | ratio of height to width for the whole column | |
| Background | None | what background colors to use | |
| BaselinePosition | Automatic | what to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the column | |
| Dividers | None | where to draw divider lines in the column | |
| Frame | None | where to draw frames in the column | |
| FrameStyle | Automatic | style to use for frames | |
| ImageSize | Automatic | overall size of the whole graphics column | |
| Spacings | Scaled[0.1] | horizontal and vertical spacings |
| {s1,s2,...,sn} | use | |
| {{c}} | use c in all cases | |
| {{c1,c2}} | alternate between | |
| {{c1,c2,...}} | cycle through all | |
| {s,{c}} | use s, then repeatedly use c | |
| {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 |
| Axis | axis of the middle row in the column (default) | |
| Baseline | baseline of the middle row in the column | |
| Bottom | bottom of the whole column | |
| Center | halfway from top to bottom | |
| Top | top of the whole column | |
| {i,pos} | position pos in element i |