VF_xy2AutoPlotVD_xy2AutoPlotVE_xy2AutoPlot
VI_xy2AutoPlotVBI_xy2AutoPlotVSI_xy2AutoPlot
VLI_xy2AutoPlotVQI_xy2AutoPlot
VU_xy2AutoPlotVUB_xy2AutoPlotVUS_xy2AutoPlot
VUL_xy2AutoPlotVUQ_xy2AutoPlotVUI_xy2AutoPlot
 ..._xy2AutoPlot_xlg_ylin 
 ..._xy2AutoPlot_xlg_ylg 
 ..._xy2AutoPlot_xlin_ylg 
FunktionCartesisches Koordinatensystem zeichnen und zwei X-Y- Vektorpaare auftragen.
Syntax C/C++#include <Vgraph.h>
void VF_xy2AutoPlot( fVector X1, fVector Y1, ui size1, unsigned form1, COLORREF color1, fVector X2, fVector Y2, ui size2, unsigned form2, COLORREF color2 );
void VF_xy2AutoPlot_xlg_ylin( fVector X1, fVector Y1, ui size1, unsigned form1, COLORREF color1, fVector X2, fVector Y2, ui size2, unsigned form2, COLORREF color2 );
void VF_xy2AutoPlot_xlg_ylg( fVector X1, fVector Y1, ui size1, unsigned form1, COLORREF color1, fVector X2, fVector Y2, ui size2, unsigned form2, COLORREF color2 );
void VF_xy2AutoPlot_xlin_ylg( fVector X1, fVector Y1, ui size1, unsigned form1, COLORREF color1, fVector X2, fVector Y2, ui size2, unsigned form2, COLORREF color2 );
C++ VecObj#include <OptiVec.h>
void vector<T>::xy2AutoPlot( const vector<T>& X1, unsigned form1, COLORREF color1, const vector<T>& X2, const vector<T>& Y2, unsigned form2, COLORREF color2 );
void vector<T>::xy2AutoPlot_xlg_ylin( const vector<T>& X1, unsigned form1, COLORREF color1, const vector<T>& X2, const vector<T>& Y2, unsigned form2, COLORREF color2 );
void vector<T>::xy2AutoPlot_xlg_ylg( const vector<T>& X1, unsigned form1, COLORREF color1, const vector<T>& X2, const vector<T>& Y2, unsigned form2, COLORREF color2 );
void vector<T>::xy2AutoPlot_xlin_ylg( const vector<T>& X1, unsigned form1, COLORREF color1, const vector<T>& X2, const vector<T>& Y2, unsigned form2, COLORREF color2 );
Pascal/Delphiuses Vgraph;
procedure VF_xy2AutoPlot( X1, Y1:fVector; size1:UIntSize; form1:UInt; color1:COLORREF; X2, Y2:fVector; size2:UIntSize; form2:UInt; color2:COLORREF );
procedure VF_xy2AutoPlot_xlg_ylin( X1, Y1:fVector; size1:UIntSize; form1:UInt; color1:COLORREF; X2, Y2:fVector; size2:UIntSize; form2:UInt; color2:COLORREF );
procedure VF_xy2AutoPlot_xlg_ylg( X1, Y1:fVector; size1:UIntSize; form1:UInt; color1:COLORREF; X2, Y2:fVector; size2:UIntSize; form2:UInt; color2:COLORREF );
procedure VF_xy2AutoPlot_xlin_ylg( X1, Y1:fVector; size1:UIntSize; form1:UInt; color1:COLORREF; X2, Y2:fVector; size2:UIntSize; form2:UInt; color2:COLORREF );
BeschreibungY1 wird gegen X1 aufgetragen und Y2 gegen X2, nachdem ein automatisch skaliertes cartesisches Koordinatensystem erzeugt wurde. Für eine nähere Beschreibung der Eingage-Parameter vergleiche man VF_xyAutoPlot. Dabei können beliebige Kombinationen von linearen oder logarithmischen Achsen gewählt werden:
VF_xy2AutoPlot: sowohl X-Achse als auch Y-Achse linear.
VF_xy2AutoPlot_xlg_ylinX-Achse logarithmisch, Y-Achse linear.
VF_xy2AutoPlot_xlg_ylg: sowohl X-Achse als auch Y-Achse logarithmisch.
VF_xy2AutoPlot_xlin_ylg: X-Achse linear, Y-Achse logarithmisch.

Die VecObj-Version dieser Funktion wird als Member-Funktion von Y1 aufgerufen.
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_xyAutoPlot,   VF_yAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes

VectorLib Inhaltsverzeichnis  OptiVec Home