debian man page for plsvect

Query: plsvect

OS: debian

Section: 3plplot

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLSVECT(3plplot)						    PLplot API							  PLSVECT(3plplot)

NAME
plsvect - Set arrow style for vector plots
SYNOPSIS
plsvect(arrowx, arrowy, npts, fill)
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.
ARGUMENTS
arrowx, arrowy (PLFLT *,input) Pointers to a pair of arrays 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. npts (PLINT,input) Number of points in the arrays arrowx and arrowy. fill (PLBOOL,input) If fill is true then the arrow is closed, if fill is false then the arrow is open.
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.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSVECT(3plplot)
Related Man Pages
plcpstrm(3plplot) - debian
plinit(3plplot) - debian
plscmap1la(3plplot) - debian
plstring(3plplot) - debian
plsyax(3plplot) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph