MakeCurve

Author : Bernard Schutz

Version : 1.0

Input Types : VectorType
Output Types : Curve
Date : 23 Aug 2000 

Contents


Description of MakeCurve

The unit called MakeCurve converts input VectorTypes (one-dimensional data sets) into a Curve in two dimensions. If there is only one input, it should contain complex data. Then the output Curve will have the real data as its x-values and the imaginary data as its y-values. In this way a complex data set can be displayed in the Grapher as in an Argand diagram.

If there are two input data sets, then the first will be used for the x-values of the curve and the second for the y. The two inputs must be compatible or an error will result.

If there are three input data sets, then the first will be used for the x-values of the curve, the second for the y and the third for the z. The two inputs must be compatible or an error will result.

If there is only a single input and it is real, a warning will be given but the unit will continue, producing a Curve with zero's for its y-data.


 

Using MakeCurve

MakeCurve has no parameter window.