VCF_dataPlotVCD_dataPlotVCE_dataPlot
FunctionPlot of a complex vector into an existing Cartesian complex plane.
Syntax C/C++#include <Vgraph.h>
void VCF_dataPlot( cfVector X, ui size, unsigned form, COLORREF color );
C++ VecObj#include <OptiVec.h>
void vector<complex<T>>::dataPlot( unsigned form, COLORREF color );
Pascal/Delphiuses Vgraph;
procedure VCF_dataPlot( X:cfVector; size:UIntSize; form:UInt; color:COLORREF );
DescriptionThe vector X is plotted into a Cartesian complex plane that has been drawn previously by a call to either VCF_autoPlot, or VCF_2AutoPlot or V_drawAxes.
For a description of the parameters form and color, see VF_xyAutoPlot.
Error handlingnone
Return valuenone
See alsoVCF_autoPlot,   VCF_2AutoPlot,   VF_xyAutoPlot,  chapter 4.12

VectorLib Table of Contents  OptiVec home