plarc(3) - Linux man page

Name

plarc - Draw a circular or elliptical arc

Synopsis

plarc(x, y, a, b, angle1, angle2, fill)

Description

Draw a possible filled arc centered at x, y with semimajor axis a and semiminor axis b, starting at angle1 and ending at angle2.

Redacted form: General: plarc(x, y, a, b, angle1, angle2, fill)

This function is used in example 3.

Arguments

x (PLFLT, input)
X coordinate of arc center.
y (PLFLT, input)
Y coordinate of arc center.
a (PLFLT, input)
Length of the semimajor axis of the arc.
b (PLFLT, input)
Length of the semiminor axis of the arc.
angle1 (PLFLT, input)
Starting angle of the arc.
angle2 (PLFLT, input)
Ending angle of the arc.
fill (PLBOOL, input)
Draw a filled arc.

Authors

Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.

See Also

PLplot documentation at http://plplot.sourceforge.net/resources.