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

NAME

6       plsvect - Set arrow style for vector plots
7

SYNOPSIS

9       plsvect(arrowx, arrowy, npts, fill)
10

DESCRIPTION

12       Set the style for the arrow used by plvect(3plplot) to plot vectors.
13
14       Redacted form: plsvect(arrowx, arrowy, fill)
15
16       This function is used in example 22.
17

ARGUMENTS

19       arrowx, arrowy (PLFLT *,input)
20              Pointers to a pair of arrays containing the x and y points which
21              make up the arrow. The arrow is plotted by joining these  points
22              to  form  a polygon. The scaling assumes that the x and y points
23              in the arrow lie in the range -0.5 <= x,y <= 0.5.
24
25       npts (PLINT,input)
26              Number of points in the arrays arrowx and arrowy.
27
28       fill (PLBOOL,input)
29              If fill is true then the arrow is closed, if fill is false  then
30              the arrow is open.
31
32

AUTHORS

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

SEE ALSO

40       PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44                                  March, 2007                 PLSVECT(3plplot)
Impressum