GrAPiC
Graphics for Algo/Prog in C/C++

◆ plot_draw()

void grapic::plot_draw ( const Plot &  p,
int  xmin,
int  ymin,
int  xmax,
int  ymax,
bool  clearOrNot = true 
)
inline

Draw the curve in the rectangle (xmin,ymin,xmax,ymax); clear the rectangle if clearOrNot is true.