The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plerry
: Draw y error bar
Draws 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
).
|
Redacted form:
General: plerry(x, ymin, ymax)
Perl/PDL: plerry(n, x, ymin, ymax)
This function is used in example 29.