1PLERRX(3plplot) PLplot API PLERRX(3plplot)
2
3
4
6 plerrx - Draw error bars in x direction
7
9 plerrx(n, xmin, xmax, y)
10
12 Draws a set of n error bars in x direction, the i'th error bar extend‐
13 ing from xmin[i] to xmax[i] at y coordinate y[i]. The terminals of the
14 error bars are of length equal to the minor tick length (settable using
15 plsmin(3plplot)).
16
17 Redacted form: General: plerrx(xmin, ymax, y)
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 xmin (PLFLT_VECTOR(3plplot), input)
27 A vector containing the x coordinates of the left-hand endpoints
28 of the error bars.
29
30 xmax (PLFLT_VECTOR(3plplot), input)
31 A vector containing the x coordinates of the right-hand end‐
32 points of the error bars.
33
34 y (PLFLT_VECTOR(3plplot), input)
35 A vector containing the y coordinates of 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 January, 2021 PLERRX(3plplot)