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)
18
19
20 This function is used in example 29.
21
23 n (PLINT(3plplot), input)
24 Number of error bars to draw.
25
26 x (PLFLT_VECTOR(3plplot), input)
27 A vector containing the x coordinates of the error bars.
28
29 ymin (PLFLT_VECTOR(3plplot), input)
30 A vector containing the y coordinates of the lower endpoints of
31 the error bars.
32
33 ymax (PLFLT_VECTOR(3plplot), input)
34 A vector containing the y coordinates of the upper endpoints of
35 the error bars.
36
37
39 Many developers (who are credited at http://plplot.org/credits.php)
40 have contributed to PLplot over its long history.
41
43 PLplot documentation at http://plplot.org/documentation.php.
44
45
46
47 February, 2019 PLERRY(3plplot)