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