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

2.5.16 Mark sample

Function mark draw markers at points. It is mostly the same as Plot but marker size can be variable. The sample code is:

int sample(mglGraph *gr)
{
 mglData y,y1; mgls_prepare1d(&y,&y1);
 gr->SubPlot(1,1,0,""); gr->Title("Mark plot (default)");
 gr->Box(); gr->Mark(y,y1,"s");
 return 0;
}
Example of Mark()

This document was generated on March 21, 2014 using texi2html 5.0.

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

AltStyle によって変換されたページ (->オリジナル) /