2.9.3 plotellipse

Brief Information

For internal use only

Command Line Usage

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

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
a

Input

double

2

Specifies the major axis of the ellipse.

b

Input

double

5

Specifies the minor axis of the ellipse.

points

Input

int

100

Specifies the number of the ellipse points.

Output oy

Output

XYRange

<new>

Output the XY range of the ellipse.

See the syntax here.

Related X-Functions


Keywords:-