|
|
|||
|
|
ChartElements |
| ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements. |
| None | leave chart elements blank | |
| Automatic | use a preset default graphic | |
| g | fill chart elements with copies of g | |
| {g,All} | stretch a single g to fill each chart element | |
| {g,{w,h}} | use copies of g with width w and height h | |
| {g1,g2,...} | use gi for the i | |
| {spec1,spec2,...} | use different specifications for different data dimensions |
| s | explicit size in ordinary plot coordinates | |
| Scaled[s] | size given as a fraction of the chart element region | |
| Automatic | size determined by the original aspect ratio of g | |
| All | size that fills the chart element region |