| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
2.8.5 Dew sample
Dew is similar to Vect but use drops instead of arrows. The sample code is:
int sample(mglGraph *gr)
{
  mglData a,b;  mgls_prepare2v(&a,&b);
  gr->SubPlot(1,1,0,""); gr->Title("Dew plot");
  gr->Box();  gr->Light(true);  gr->Dew(a,b);
  return 0;
}
 
 
  This document was generated on April 13, 2012 using texi2html 5.0.
 
 
