VCF_2AutoPlotVCD_2AutoPlotVCE_2AutoPlot
FunctionAutomatic plot of two complex vectors into a Cartesian complex plane.
Syntax C/C++#include <Vgraph.h>
void VCF_2AutoPlot( cfVector X1, ui size1, unsigned form1, COLORREF color1, cfVector X2, ui size2, unsigned form2, COLORREF color2 );
C++ VecObj#include <OptiVec.h>
void vector<complex<T>>::_2AutoPlot( unsigned form1, COLORREF color1, const vector<complex<T>>& X2, unsigned form2, COLORREF color2 );
Pascal/Delphiuses Vgraph;
procedure VCF_2AutoPlot( X1:cfVector; size1:UIntSize; form1:UInt; color1:COLORREF; X2:cfVector; size2:UIntSize; form2:UInt; color2:COLORREF );
DescriptionA Cartesian complex plane is drawn with the axes automatically scaled and the vectors X1 and X2 plotted into it. For a description of the parameters form1, form2, color1, and color2, see VF_xyAutoPlot. The plotting routines have to be initialized by V_initPlot prior to calling VCF_2AutoPlot.
Note the leading underbar in the VecObj function. (It is necessary, as C/C++ does not allow function names to begin with a number.)
Error handlingnone
Return valuenone
See alsoVCF_autoPlot,   VCF_dataPlot,   VF_xyAutoPlot,  chapter 4.11

VectorLib Table of Contents  OptiVec home