VF_yAutoPlotVD_yAutoPlotVE_yAutoPlot
VI_yAutoPlotVBI_yAutoPlotVSI_yAutoPlot
VLI_yAutoPlotVQI_yAutoPlot
VU_yAutoPlotVUB_yAutoPlotVUS_yAutoPlot
VUL_yAutoPlotVUQ_yAutoPlotVUI_yAutoPlot
 ..._yAutoPlot_xlg_ylin 
 ..._yAutoPlot_xlg_ylg 
 ..._yAutoPlot_xlin_ylg 
FunctionDraws 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 );
void VF_yAutoPlot_xlg_ylin( fVector Y, ui size, unsigned form, COLORREF color );
void VF_yAutoPlot_xlg_ylg( fVector Y, ui size, unsigned form, COLORREF color );
void VF_yAutoPlot_xlin_ylg( fVector Y, ui size, unsigned form, COLORREF color );
C++ VecObj#include <OptiVec.h>
void vector<T>::yAutoPlot( unsigned form, COLORREF color );
void vector<T>::yAutoPlot_xlg_ylin( unsigned form, COLORREF color );
void vector<T>::yAutoPlot_xlg_ylg( unsigned form, COLORREF color );
void vector<T>::yAutoPlot_xlin_ylg( unsigned form, COLORREF color );
Pascal/Delphiuses Vgraph;
procedure VF_yAutoPlot( Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
procedure VF_yAutoPlot_xlg_ylin( Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
procedure VF_yAutoPlot_xlg_ylg( Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
procedure VF_yAutoPlot_xlin_ylg( Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
DescriptionA Cartesian coordinate system is automatically scaled and drawn. Each element of the vector Y is plotted against its index (forming the X axis) into this coordinate system. For a description of the parameters form and color, see VF_xyAutoPlot. You can choose any combination of linear and logarithmic axes:
VF_yAutoPlot: both X axis and Y axis linear.
VF_yAutoPlot_xlg_ylinX axis logarithmic, Y axis linear.
VF_yAutoPlot_xlg_ylg: both X axis and Y axis logarithmic.
VF_yAutoPlot_xlin_ylg: X axis linear, Y axis logarithmic.
The plotting routines have to be initialized by V_initPlot prior to calling VF_yAutoPlot.
Error handlingnone
Return valuenone
See alsoVF_yDataPlot,   VF_y2AutoPlot,   VF_xyAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes,  chapter 4.12

VectorLib Table of Contents  OptiVec home