manpagez: man pages & more
info mathgl
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.14.10 SimplePlot

Method on mglGraph (C++, Python): void SimplePlot (const mglData &a, int type=0, const char *stl="")
C function: void mgl_simple_plot (HMGL gr, const HMDT a, int type, const char *stl)

Plots the array a depending on it’s dimensions and type parameter. String stl specifies the style of plotting. For 1d data: type=0Plot, type=1Area, type=2Step, type=3Stem, type=4Bars. For 2d data: type=0Surf, type=1Dens, type=2Mesh, type=3Cont. For 3d data: type=0Surf3, type=1Dens3, type=2Cont3, type=2Cloud.


© manpagez.com 2000-2025
Individual documents may contain additional copyright information.