VF_yDataPlot | VD_yDataPlot | VE_yDataPlot |
VI_yDataPlot | VBI_yDataPlot | VSI_yDataPlot |
VLI_yDataPlot | VQI_yDataPlot |
VU_yDataPlot | VUB_yDataPlot | VUS_yDataPlot |
VUL_yDataPlot | VUQ_yDataPlot | VUI_yDataPlot |
|
Function | Plots 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/Delphi | uses Vgraph;
procedure VF_yDataPlot( Y:fVector; size:UIntSize; form:UInt; color:COLORREF ); |
|
Description | Each 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. |
|
|
|
|