logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plsvect - Set arrow style for vector plots

Arguments

arrowx,arrowy (PLFLT_VECTOR(3plplot), input)
              A  pair  of vectors containing the x and y points which make up the arrow. The arrow is plotted by
              joining these points to form a polygon. The scaling assumes that the x and y points in  the  arrow
              lie  in the range -0.5 <= x,y <= 0.5. If both arrowx and arrowy are NULL then the arrow style will
              be reset to its default.

       npts (PLINT(3plplot), input)
              Number of points in the vectors arrowx and arrowy.

       fill (PLBOOL(3plplot), input)
              If fill is true then the arrow is closed, if fill is false then the arrow is open.

Authors

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

Description

       Set the style for the arrow used by plvect(3plplot) to plot vectors.

       Redacted form: plsvect(arrowx,arrowy,fill)

       This function is used in example 22.

Name

plsvect - Set arrow style for vector plots

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                   PLSVECT(3plplot)

Synopsis

plsvect(arrowx, arrowy, npts, fill)

See Also