| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Grad draw gradient lines for matrix. The sample code is:
int sample(mglGraph *gr)
{
mglData a; mgls_prepare2d(&a);
gr->SubPlot(1,1,0,""); gr->Title("Grad plot");
gr->Box(); gr->Grad(a); gr->Dens(a,"{u8}w{q8}");
return 0;
}
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.