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 
FunktionAuftragung eines Y-Vektors gegen den Index in ein automatisch erzeugtes cartesisches Koordinatensystem
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 );
BeschreibungEin cartesisches Koordinatensystem wird automatisch gemäß der Größe von Y und den in Y vorkommenden Minimal- und Maximalwerten skaliert und gezeichnet. In dieses werden die einzelnen Elemente von Y gegen ihren die X-Achse bildenden Index aufgetragen. Für eine nähere Beschreibung vergleiche man VF_xyAutoPlot.
Es können beliebige Kombinationen von linearen oder logarithmischen Achsen gewählt werden:
VF_yAutoPlot: sowohl X-Achse als auch Y-Achse linear.
VF_yAutoPlot_xlg_ylinX-Achse logarithmisch, Y-Achse linear.
VF_yAutoPlot_xlg_ylg: sowohl X-Achse als auch Y-Achse logarithmisch.
VF_yAutoPlot_xlin_ylg: X-Achse linear, Y-Achse logarithmisch.
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_yDataPlot,   VF_y2AutoPlot,   VF_xyAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes,  Kap. 4.12

VectorLib Inhaltsverzeichnis  OptiVec Home