The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plarc
: Draw a circular or elliptical arc
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.