| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.16.3 ContFXYZ (Pure C)
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 Cont[XYZ](), Dens[XYZ](), ContF().
- C function:
voidmgl_contf_x (HMGLgr,const HMDTa,const char *stl,floatsVal,intnum=7) Draws num-th solid contours for data a at x = sVal.
- C function:
voidmgl_contf_y (HMGLgr,const HMDTa,const char *stl,floatsVal,intnum=7) Draws num-th solid contours for data a at y = sVal.
- C function:
voidmgl_contf_z (HMGLgr,const HMDTa,const char *stl,floatsVal,intnum=7) Draws num-th solid contours for data a at z = sVal.
- C function:
voidmgl_contf_x_val (HMGLgr,const HMDTv,const HMDTa,const char *stl,floatsVal) Draws solid contours for data a=v[i] at x = sVal.
- C function:
voidmgl_contf_y_val (HMGLgr,const HMDTv,const HMDTa,const char *stl,floatsVal) Draws solid contours for data a=v[i] at y = sVal.
- C function:
voidmgl_contf_z_val (HMGLgr,const HMDTv,const HMDTa,const char *stl,floatsVal) Draws solid contours for data a=v[i] at z = sVal.
