1PLERRY(3plplot) PLplot API PLERRY(3plplot)
2
3
4
6 plerry - Draw y error bar
7
9 plerry(n, x, ymin, ymax)
10
12 Draws a set of n vertical error bars, the i'th error bar extending from
13 ymin[i] to ymax[i] at x coordinate x[i]. The terminals of the error
14 bar are of length equal to the minor tick length (settable using
15 plsmin(3plplot)).
16
17 Redacted form: General: plerry(x, ymin, ymax) Perl/PDL: plerry(n, x,
18 ymin, ymax)
19
20
21 This function is not used in any examples.
22
24 n (PLINT, input)
25 Number of error bars to draw.
26
27 x (PLFLT *, input)
28 Pointer to array with x coordinates of error bars.
29
30 ymin (PLFLT *, input)
31 Pointer to array with y coordinates of lower endpoint of error
32 bars.
33
34 ymax (PLFLT *, input)
35 Pointer to array with y coordinate of upper endpoint of error
36 bar.
37
38
40 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
41 man page was automatically generated from the DocBook source of the
42 PLplot documentation, maintained by Alan W. Irwin and Rafael
43 Laboissiere.
44
46 PLplot documentation at http://plplot.sourceforge.net/resources.
47
48
49
50 March, 2007 PLERRY(3plplot)