Provided by: plplot-doc_5.15.0+dfsg2-9build1_all
NAME
plarc - Draw a circular or elliptical arc
SYNOPSIS
plarc(x, y, a, b, angle1, angle2, rotate, fill)
DESCRIPTION
Draw a possibly 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, rotate, fill) This function is used in examples 3 and 27.
ARGUMENTS
x (PLFLT(3plplot), input) X coordinate of arc center. y (PLFLT(3plplot), input) Y coordinate of arc center. a (PLFLT(3plplot), input) Length of the semimajor axis of the arc. b (PLFLT(3plplot), input) Length of the semiminor axis of the arc. angle1 (PLFLT(3plplot), input) Starting angle of the arc relative to the semimajor axis. angle2 (PLFLT(3plplot), input) Ending angle of the arc relative to the semimajor axis. rotate (PLFLT(3plplot), input) Angle of the semimajor axis relative to the X-axis. fill (PLBOOL(3plplot), input) Draw a filled arc.
AUTHORS
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.
SEE ALSO
PLplot documentation at http://plplot.org/documentation.php. April, 2024 PLARC(3plplot)