| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.4 Default sizes
These variables control the default (initial) values for most graphics parameters including sizes of markers, arrows, linewidth and so on. As any other settings these ones will influence only on plots created after the settings change.
- General option of mglGraph:
floatBarWidth Relative width of rectangles in Bars plot (see section Bars). Default value is
0.7.
- General option of mglGraph:
floatMarkSize The size of marks for 1D plotting. Default value is
0.02.
- General option of mglGraph:
floatArrowSize The size of arrows for 1D plotting, lines and curves (see section Primitives drawing). Default value is
0.03.
- General option of mglGraph:
floatBaseLineWidth The variable define the base width for all lines. The value <1 is ignored. For values > 1 the real line width is result of multiplication of specified line width and the value of BaseLineWidth. Increase of this variables is actual for large bitmap pictures. Default value is
1.
