1PLARC(3plplot)                    PLplot API                    PLARC(3plplot)
2
3
4

NAME

6       plarc - Draw a circular or elliptical arc
7

SYNOPSIS

9       plarc(x, y, a, b, angle1, angle2, rotate, fill)
10

DESCRIPTION

12       Draw  a  possibly filled arc centered at x, y with semimajor axis a and
13       semiminor axis b, starting at angle1 and ending at angle2.
14
15       Redacted form: General: plarc(x, y, a, b, angle1, angle2, rotate, fill)
16
17
18       This function is used in examples 3 and 27.
19

ARGUMENTS

21       x (PLFLT(3plplot), input)
22              X coordinate of arc center.
23
24       y (PLFLT(3plplot), input)
25              Y coordinate of arc center.
26
27       a (PLFLT(3plplot), input)
28              Length of the semimajor axis of the arc.
29
30       b (PLFLT(3plplot), input)
31              Length of the semiminor axis of the arc.
32
33       angle1 (PLFLT(3plplot), input)
34              Starting angle of the arc relative to the semimajor axis.
35
36       angle2 (PLFLT(3plplot), input)
37              Ending angle of the arc relative to the semimajor axis.
38
39       rotate (PLFLT(3plplot), input)
40              Angle of the semimajor axis relative to the X-axis.
41
42       fill (PLBOOL(3plplot), input)
43              Draw a filled arc.
44
45

AUTHORS

47       Many developers (who  are  credited  at  http://plplot.org/credits.php)
48       have contributed to PLplot over its long history.
49

SEE ALSO

51       PLplot documentation at http://plplot.org/documentation.php.
52
53
54
55                                  July, 2022                    PLARC(3plplot)
Impressum