| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.2.1 Ranges (Python)
- Method on mglGraph (Python):
voidSetRanges (floatx1,floatx2,floaty1,floaty2,floatz1=0,floatz2=0) Sets maximal and minimal values for coordinate range (bounding box). If minimal and maximal values of the coordinate are the same then they are ignored. This function also sets Cmin=
Min.zand Cmax=Max.z. This is default color range for 2d plots.
- Method on mglGraph (Python):
voidSetCRange (floatmin,floatmax) Sets values for color range. This values are used later for determining the color of the surface.
- Method on mglGraph (Python):
voidXRange (mglDatadat,booladd=false) Sets values of x-range as minimal and maximal values of data a. See also Axis().
- Method on mglGraph (Python):
voidYRange (mglDatadat,booladd=false) Sets values of y-range as minimal and maximal values of data a. See also Axis().
- Method on mglGraph (Python):
voidZRange (mglDatadat,booladd=false) Sets values of z-range as minimal and maximal values of data a. See also Axis().
- Method on mglGraph (Python):
voidCRange (mglDatadat,booladd=false) Sets values of color range as minimal and maximal values of data a. See also CAxis().
- Method on mglGraph (Python):
voidSetOrigin (floatx0,floaty0,floatz0) Sets center of axis cross section. If one of values is NAN then MathGL library try to select optimal axis position.
