debian man page for plerrx

Query: plerrx

OS: debian

Section: 3plplot

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

PLERRX(3plplot) 						    PLplot API							   PLERRX(3plplot)

NAME
plerrx - Draw x error bar
SYNOPSIS
plerrx(n, xmin, xmax, y)
DESCRIPTION
Draws a set of n horizontal error bars, the i'th error bar extending from xmin[i] to xmax[i] at y coordinate y[i]. The terminals of the error bar are of length equal to the minor tick length (settable using plsmin(3plplot)). Redacted form: General: plerrx(xmin, ymax, y) Perl/PDL: plerrx(n, xmin, xmax, y) This function is used in example 29.
ARGUMENTS
n (PLINT, input) Number of error bars to draw. xmin (PLFLT *, input) Pointer to array with x coordinates of left-hand endpoint of error bars. xmax (PLFLT *, input) Pointer to array with x coordinates of right-hand endpoint of error bars. y (PLFLT *, input) Pointer to array with y coordinates of error bar.
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 PLERRX(3plplot)
Related Man Pages
plfill3(3plplot) - debian
plimagefr(3plplot) - debian
plsdiplz(3plplot) - debian
plstring(3plplot) - debian
plstripc(3plplot) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?