| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.14.4 Dots
- Method on mglGraph:
voidDots (const mglData &x,const mglData &y,const mglData &z,const char *sch=NULL) The function draws the arbitrary placed points {x[i], y[i], z[i]}. String sch sets the color scheme. Previous color scheme is used by default. Arrays x, y, z must have equal sizes. See also Crust, Mark, Plot. See section Dots sample, for sample code and picture.
- Method on mglGraph:
voidDots (const mglData &tr,const char *sch=NULL) The same as previous with x=tr(0,:), y=tr(1,:), z=tr(2,:).
