| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Traj is 1D analogue of Vect. It draw vectors from specified points. The sample code is:
int sample(mglGraph *gr)
{
mglData x,y,y1,y2; mgls_prepare1d(&y,&y1,&y2,&x);
gr->SubPlot(1,1,0,""); gr->Title("Traj plot");
gr->Box(); gr->Plot(x,y); gr->Traj(x,y,y1,y2);
return 0;
}
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.