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