VF_yDataPlotVD_yDataPlotVE_yDataPlot
VI_yDataPlotVBI_yDataPlotVSI_yDataPlot
VLI_yDataPlotVQI_yDataPlot
VU_yDataPlotVUB_yDataPlotVUS_yDataPlot
VUL_yDataPlotVUQ_yDataPlotVUI_yDataPlot
FunctionPlots a Y-vector into an existing Cartesian coordinate system, taking the index as the X-axis.
Syntax C/C++#include <Vgraph.h>
void VF_yDataPlot( fVector Y, ui size, unsigned form, COLORREF color );
C++ VecObj#include <OptiVec.h>
void vector<T>::yDataPlot( unsigned form, COLORREF color );
Pascal/Delphiuses Vgraph;
procedure VF_yDataPlot( Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
DescriptionEach element of the vector Y is plotted into a Cartesian coordinate system that has to be already drawn by a prior call to one of the DataPlot functions or to V_drawAxes. The X-position is given by the index of the Y-element to be plotted. For a description of the parameters form and color, see VF_xyAutoPlot.
Error handlingnone
Return valuenone
See alsoVF_yAutoPlot,   VF_y2AutoPlot,   VF_xyAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes,  chapter 4.12
 

VectorLib Table of Contents  OptiVec home