| VF_yAutoPlot | VD_yAutoPlot | VE_yAutoPlot |
| VI_yAutoPlot | VBI_yAutoPlot | VSI_yAutoPlot |
| VLI_yAutoPlot | VQI_yAutoPlot |
| VU_yAutoPlot | VUB_yAutoPlot | VUS_yAutoPlot |
| VUL_yAutoPlot | VUI_yAutoPlot |
|
| Function | Draws a Cartesian coordinate system and plots each element of a Y-vector against its index. |
|
| Syntax C/C++ | #include <Vgraph.h>.
void VF_yAutoPlot( fVector Y, ui size, unsigned form, COLORREF color ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::yAutoPlot( unsigned form, COLORREF color ); |
| Pascal/Delphi | uses Vgraph;
procedure VF_yAutoPlot( Y:fVector; size:UInt; form:UInt; color:COLORREF ); |
|
| Description | A Cartesian coordinate system is automatically scaled and drawn. Each element of the vector Y is plotted against its index into this coordinate system. For a description of the parameters form and color, see VF_xyAutoPlot. The plotting routines have to be initialized by V_initGraph or V_initPlot prior to calling VF_yAutoPlot. |
|
|
|
|