.\" This page was automatically generated. Do not edit! .\" .TH PLARC 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplarc\fP - Draw a circular or elliptical arc .SH SYNOPSIS \fBplarc\fP(\fIx\fP, \fIy\fP, \fIa\fP, \fIb\fP, \fIangle1\fP, \fIangle2\fP, \fIrotate\fP, \fIfill\fP) .SH DESCRIPTION .P Draw a possibly filled arc centered at \fIx\fP, \fIy\fP with semimajor axis \fIa\fP and semiminor axis \fIb\fP, starting at \fIangle1\fP and ending at \fIangle2\fP. .P Redacted form: General: \fBplarc(x, y, a, b, angle1, angle2, rotate, fill)\fP .P This function is used in examples 3 and 27. .SH ARGUMENTS .TP \fIx\fP (PLFLT, input) X coordinate of arc center. .TP \fIy\fP (PLFLT, input) Y coordinate of arc center. .TP \fIa\fP (PLFLT, input) Length of the semimajor axis of the arc. .TP \fIb\fP (PLFLT, input) Length of the semiminor axis of the arc. .TP \fIangle1\fP (PLFLT, input) Starting angle of the arc relative to the semimajor axis. .TP \fIangle2\fP (PLFLT, input) Ending angle of the arc relative to the semimajor axis. .TP \fIrotate\fP (PLFLT, input) Angle of the semimajor axis relative to the X-axis. .TP \fIfill\fP (PLBOOL, input) Draw a filled arc. .SH 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. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.