VF_yDataPlotVD_yDataPlotVE_yDataPlot
VI_yDataPlotVBI_yDataPlotVSI_yDataPlot
VLI_yDataPlotVQI_yDataPlot
VU_yDataPlotVUB_yDataPlotVUS_yDataPlot
VUL_yDataPlotVUQ_yDataPlotVUI_yDataPlot
FunktionAuftragung eines Y-Vektors gegen den Index in ein bereits existierendes cartesisches Koordinatensystem
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 );
BeschreibungDie Elemente des Vektors Y werden gegen ihren Index aufgetragen in einem cartesischen Koordinatensystem. Dieses muss bereits von einem vorigen Aufruf von z.B. VF_yAutoPlot,   VF_xyAutoPlot,   V_findAxes oder V_drawAxes her existieren. Für eine nähere Beschreibung vergleiche man VF_xyAutoPlot.
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_yAutoPlot,   VF_y2AutoPlot,   VF_xyAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes,  Kap. 4.12
 

VectorLib Inhaltsverzeichnis  OptiVec Home