Query: plerry
OS: debian
Section: 3plplot
Links: debian man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLERRY(3plplot) PLplot API PLERRY(3plplot)NAMEplerry - Draw y error barSYNOPSISplerry(n, x, ymin, ymax)DESCRIPTIONDraws a set of n vertical error bars, the i'th error bar extending from ymin[i] to ymax[i] at x coordinate x[i]. The terminals of the error bar are of length equal to the minor tick length (settable using plsmin(3plplot)). Redacted form: General: plerry(x, ymin, ymax) Perl/PDL: plerry(n, x, ymin, ymax) This function is used in example 29.ARGUMENTSn (PLINT, input) Number of error bars to draw. x (PLFLT *, input) Pointer to array with x coordinates of error bars. ymin (PLFLT *, input) Pointer to array with y coordinates of lower endpoint of error bars. ymax (PLFLT *, input) Pointer to array with y coordinate of upper endpoint of error bar.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 PLERRY(3plplot)