| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.11.2 Dens3 (Python)
- Method on mglGraph (Python):
voidDens3 (mglDatax,mglDatay,mglDataz,mglDataa,chardir,intsVal=-1,const char *stl=NULL) The function draws density plot for 3d data specified parametrically a[i,j,k](x[i,j,k], y[i,j,k], z[i,j,k]). Density is plotted at slice sVal in dir={‘x’, ‘y’, ‘z’} direction. String sch sets the color scheme. Previous color scheme is used by default. If string stl have symbol ‘#’ then grid lines are drawn. The minor dimensions of arrays x, y, z must be equal. Arrays x, y, z can be vectors (not 3d arrays as a). See also Cont3, ContF3, Dens, Grid3. See section Dens3 sample, for sample code and picture.
- Method on mglGraph (Python):
voidDens3 (mglDataa,chardir,intsVal=-1,const char *sch=NULL) The same as previous with x, y, z equidistantly distributed in interval [Min, Max].
- Method on mglGraph (Python):
voidDensA (mglDatax,mglDatay,mglDataz,mglDataa,const char *stl=NULL) Draws density plots at all central slices of the 3d data specified parametrically.
- Method on mglGraph (Python):
voidDensA (mglDataa,const char *sch=NULL) The same as previous with x, y, z equidistantly distributed in interval [Min, Max].
