| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.13.3 Cont3 (Pure C)
- C function:
voidmgl_cont3_xyz_val (HMGLgr,const HMDTv,const HMDTx,const HMDTy,const HMDTz,const HMDTa,chardir,intsVal,const char *stl) The function draws contour plot for 3d data specified parametrically a[i,j,k](x[i,j,k], y[i,j,k], z[i,j,k]). Contours are plotted for values specified in array v at slice sVal in dir={‘x’, ‘y’, ‘z’} direction. String sch sets the color scheme (see section 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 Dens3(), ContF3(), Cont(), Grid3(). See section Cont3 sample, for sample code and picture.
- C function:
voidmgl_cont3_val (HMGLgr,const HMDTv,const HMDTa,chardir,intsVal,const char *sch) The same as previous with x, y, z equidistantly distributed in interval [Min, Max].
- C function:
voidmgl_cont3_xyz (HMGLgr,const HMDTx,const HMDTy,const HMDTz,const HMDTa,chardir,intsVal,const char *stl,intnum) The same as first one with vector v of num-th elements equidistantly distributed in range [Cmin, Cmax].
- C function:
voidmgl_cont3 (HMGLgr,const HMDTa,chardir,intsVal,const char *sch,intnum) The same as previous with x, y, z equidistantly distributed in interval [Min, Max].
- C function:
voidmgl_cont3_all_xyz (HMGLgr,const HMDTx,const HMDTy,const HMDTz,const HMDTa,const char *stl,intnum) Draws contour plots at all central slices of the 3d data specified parametrically.
- C function:
voidmgl_cont3_all (HMGLgr,const HMDTa,const char *sch,intnum) The same as previous with x, y, z equidistantly distributed in interval [Min, Max].
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
