plerrx
( | n, |
xmin, | |
xmax, | |
y) ; |
Draws a set of
error bars in x direction, the n
i
'th error bar extending from
to
xmin
[i]
at y coordinate
xmax
[i]
. The terminals of the
error bars are of length equal to the minor tick length (settable
using y
[i]plsmin
).
n
(PLINT
, input)
Number of error bars to draw.
xmin
(PLFLT_VECTOR
, input)
A vector containing the x coordinates of the left-hand endpoints of the error bars.
xmax
(PLFLT_VECTOR
, input)
A vector containing the x coordinates of the right-hand endpoints of the error bars.
y
(PLFLT_VECTOR
, input)
A vector containing the y coordinates of the error bars.
Redacted form:
General: plerrx(xmin, ymax, y)
This function is used in example 29.