VCF_autoPlot | VCD_autoPlot | VCE_autoPlot |
|
Function | Automatic plot of a complex vector into a Cartesian complex plane. |
|
Syntax C/C++ | #include <Vgraph.h>
void VCF_autoPlot( cfVector X, ui size, unsigned form, COLORREF color ); |
C++ VecObj | #include <OptiVec.h>
void vector<complex<T>>::autoPlot( unsigned form, COLORREF color ); |
Pascal/Delphi | uses Vgraph;
procedure VCF_autoPlot( X:cfVector; size:UIntSize; form:UInt; color:COLORREF ); |
|
Description | A Cartesian complex plane is drawn with the axes automatically scaled and the vector X plotted into it. For a description of the parameters form and color, see VF_xyAutoPlot. The plotting routines have to be initialized by V_initPlot prior to calling VCF_autoPlot. |
|
|
|
|