| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.2.4 Default sizes
These variables control the default (initial) values for most graphics parameters including sizes of markers, arrows, line width and so on. As any other settings these ones will influence only on plots created after the settings change.
- MGL command: barwidth
val - Method on
mglGraph:voidSetBarWidth (floatval) - C function:
voidmgl_set_bar_width (HMGLgr,floatval) Sets relative width of rectangles in bars, barh, boxplot, candle. Default value is
0.7.
- MGL command: marksize
val - Method on
mglGraph:voidSetMarkSize (floatval) - C function:
voidmgl_set_mark_size (HMGLgr,floatval) Sets size of marks for 1D plotting. Default value is
0.02.
- MGL command: arrowsize
val - Method on
mglGraph:voidSetArrowSize (floatval) - C function:
voidmgl_set_arrow_size (HMGLgr,floatval) Sets size of arrows for 1D plotting, lines and curves (see Primitives). Default value is
0.03.
- MGL command: meshnum
val - Method on
mglGraph:voidSetMeshNum (intval) - C function:
voidmgl_set_meshnum (HMGLgr,intnum) Sets approximate number of lines in mesh, fall, grid and also the number of hachures in vect, dew and the number of cells in cloud. By default (=0) it draws all lines/hachures/cells.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on April 13, 2012 using texi2html 5.0.
