[ << ] | [ < ] | [ 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
:void
SetBarWidth (float
val) - C function:
void
mgl_set_bar_width (HMGL
gr,float
val) Sets relative width of rectangles in bars, barh, boxplot, candle. Default value is
0.7
.
- MGL command: marksize
val
- Method on
mglGraph
:void
SetMarkSize (float
val) - C function:
void
mgl_set_mark_size (HMGL
gr,float
val) Sets size of marks for 1D plotting. Default value is
0.02
.
- MGL command: arrowsize
val
- Method on
mglGraph
:void
SetArrowSize (float
val) - C function:
void
mgl_set_arrow_size (HMGL
gr,float
val) Sets size of arrows for 1D plotting, lines and curves (see Primitives). Default value is
0.03
.
- MGL command: meshnum
val
- Method on
mglGraph
:void
SetMeshNum (int
val) - C function:
void
mgl_set_meshnum (HMGL
gr,int
num) 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.