For internal use only
1. plotellipse;
2. plotellipse 1.0;
3. plotellipse 2.0 2.0;
4. plotellipse 0.1 0.1;
5. plotellipse a:=1.0 b:=1.0;
6. plotellipse a b NumPts XYOut; //specify all variables
Please refer to the page for additional option switches when accessing the x-function from script
Input
double
Specifies the major axis of the ellipse.
Specifies the minor axis of the ellipse.
int
Specifies the number of the ellipse points.
Output
XYRange
Output the XY range of the ellipse.
See the syntax here.
Keywords:-