| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.14.1 DensXYZ (Python)
These plotting functions draw density plot in x, y, or z plain. If a is a tensor (3-dimensional data) then interpolation to a given sVal is performed. These functions are useful for creating projections of the 3D data array to the bounding box. See also ContXYZ, ContFXYZ, Dens. See section Dens projection sample, for sample code and picture.
- Method on mglGraph (Python):
voidDensX (mglDataa,const char *stl=NULL,floatsVal=NAN) Draws density plot for data a at x = sVal.
- Method on mglGraph (Python):
voidDensY (mglDataa,const char *stl=NULL,floatsVal=NAN) Draws density plot for data a at y = sVal.
- Method on mglGraph (Python):
voidDensZ (mglDataa,const char *stl=NULL,floatsVal=NAN) Draws density plot for data a at z = sVal.
