VCF_autoPlotVCD_autoPlotVCE_autoPlot
FunctionAutomatic 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/Delphiuses Vgraph;
procedure VCF_autoPlot( X:cfVector; size:UIntSize; form:UInt; color:COLORREF );
DescriptionA 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.
Error handlingnone
Return valuenone
See alsoVCF_2AutoPlot,   VCF_dataPlot,   VF_xyAutoPlot,  chapter 4.12

VectorLib Table of Contents  OptiVec home