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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
a |
Input double |
|
Specifies the major axis of the ellipse. | |
b |
Input double |
|
Specifies the minor axis of the ellipse. | |
points |
Input int |
|
Specifies the number of the ellipse points. | |
Output | oy |
Output XYRange |
|
Output the XY range of the ellipse. See the syntax here. |
Keywords:-