1PLERRY(3plplot) PLplot API PLERRY(3plplot)
2
3
4
6 plerry - Draw error bars in the y direction
7
9 plerry(n, x, ymin, ymax)
10
12 Draws a set of n error bars in the y direction, the i'th error bar
13 extending from ymin[i] to ymax[i] at x coordinate x[i]. The terminals
14 of the error bars are of length equal to the minor tick length (set‐
15 table using 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 used in example 29.
22
24 n (PLINT(3plplot), input)
25 Number of error bars to draw.
26
27 x (PLFLT_VECTOR(3plplot), input)
28 A vector containing the x coordinates of the error bars.
29
30 ymin (PLFLT_VECTOR(3plplot), input)
31 A vector containing the y coordinates of the lower endpoints of
32 the error bars.
33
34 ymax (PLFLT_VECTOR(3plplot), input)
35 A vector containing the y coordinates of the upper endpoints of
36 the error bars.
37
38
40 Many developers (who are credited at http://plplot.source‐
41 forge.net/credits.php) have contributed to PLplot over its long his‐
42 tory.
43
45 PLplot documentation at http://plplot.sourceforge.net/documenta‐
46 tion.php.
47
48
49
50 August, 2017 PLERRY(3plplot)