VF_xyDataPlotVD_xyDataPlotVE_xyDataPlot
VI_xyDataPlotVBI_xyDataPlotVSI_xyDataPlot
VLI_xyDataPlotVQI_xyDataPlot
VU_xyDataPlotVUB_xyDataPlotVUS_xyDataPlot
VUL_xyDataPlotVUQ_xyDataPlotVUI_xyDataPlot
FunktionAuftragung eines Y-Vektors gegen einen X-Vektor in einem bereits existierenden cartesischen Koordinatensystem
Syntax C/C++#include <Vgraph.h>
void VF_xyDataPlot( fVector X, fVector Y, ui size, unsigned form, COLORREF color );
C++ VecObj#include <OptiVec.h>
void vector<T>::xyDataPlot( const vector<T>& X, unsigned form, COLORREF color );
Pascal/Delphiuses Vgraph;
procedure VF_xyDataPlot( X, Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
BeschreibungDer Vektor Y wird gegen den Vektor X aufgetragen in einem cartesischen Koordinatensystem. Dieses muss bereits von einem vorigen Aufruf von z.B. VF_xyAutoPlot,   VF_xy2AutoPlot,   V_findAxes oder V_drawAxes her existieren.
Für eine nähere Beschreibung vergleiche man VF_xyAutoPlot.
Die VecObj-Version dieser Funktion wird als Member-Funktion von Y aufgerufen.
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_xyAutoPlot,   VF_yAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes

VectorLib Inhaltsverzeichnis  OptiVec Home