V_drawAxes
FunctionDraws a Cartesian coordinate system.
Syntax C/C++#include <Vgraph.h>
void V_drawAxes( long double Xmin, long double Xmax, long double Ymin, long double Ymax );
Pascal/Delphiuses Vgraph;
procedure V_drawAxes( xmin, xmax, ymin, ymax:Extended );
DescriptionA Cartesian coordinate system is drawn with the axes scaled according to the values passed as Xmin, Xmax, Ymin, and Ymax. Ten subdivision lines are drawn on each axis. No adjustment of this scaling is performed; if automatic fine-tuning of the scaling is desired, call V_findAxes instead. Before using this function, V_initPlot has to be called. V_drawAxes is used internally by all functions of the AutoPlot family.
Error handlingnone
Return valuenone
See alsoV_findAxes,   V_initPlot,   VF_xyAutoPlot,   VF_xyDataPlot,  chapter 4.12

VectorLib Table of Contents  OptiVec home