plottools
ellipticArc
generate 2-D plot object for an elliptic arc
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
ellipticArc(c, a, b, r, opts)
c
-
center of the ellipticArc
a
semi-major axis of the elliptic arc
b
semi-minor axis of the elliptic arc
r
range of the arc in radians
opts
(optional) equations of the form option=value
Any applicable 2-D plot option in plot/options can also be given.
filled : truefalse
Specifies whether to fill the inside of the arc. The default is false.
rotate = real
Specifies that ellipse should be be rotated by the specified angle (in radians) from the standard position with the major axis parallel to the x-axis. The default is 0.
super = positive real, list of two positive reals, or the value true
Specifies that a (generalized) superelliptic arc should be created.
See plottools[ellipse] for more details on generalized superellipses.
The ellipticArc command creates a two-dimensional plot data object, which when displayed is an elliptic arc of an ellipse centered at c with semi-major axis a and semi-minor axis b. The arc ranges in r.
The plot data object produced by the ellipticArc command can be used in a PLOT data structure, or displayed using the plots[display] command.
Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot/options.
with⁡plottools:
with⁡plots:
c≔ellipticArc⁡1,1,2,3,0..3⁢π4:
d≔ellipticArc⁡0,0,3,4,3⁢π4..2⁢π,filled=true,color=green:
display⁡c,d,scaling=constrained
display⁡ellipticArc⁡0,0,2,1,0..π,super=23,ellipticArc⁡0,0,2,1,π..2⁢π,super=32,scaling=constrained
The super option was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
The plottools[ellipticArc] command was updated in Maple 2023.
The rotate option was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
plot/options
plot/structure
plots[display]
plottools[ellipse]
Download Help Document