Query: plstripa
OS: debian
Section: 3plplot
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLSTRIPA(3plplot) PLplot API PLSTRIPA(3plplot)NAMEplstripa - Add a point to a stripchartSYNOPSISplstripa(id, p, x, y)DESCRIPTIONAdd a point to a given pen of a given stripchart. There is no need for all pens to have the same number of points or to be equally sampled in the x coordinate. Allocates memory and rescales as necessary. Redacted form: plstripa(id, p, x, y) This function is used in example 17.ARGUMENTSid (PLINT, input) Identification number (set up in plstripc(3plplot)) of the stripchart. p (PLINT, input) Pen number (ranges from 0 to 3). x (PLFLT, input) X coordinate of point to plot. y (PLFLT, input) Y coordinate of point to plot.AUTHORSGeoffrey 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 ALSOPLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSTRIPA(3plplot)