1PLERRY(3plplot)                   PLplot API                   PLERRY(3plplot)
2
3
4

NAME

6       plerry - Draw error bars in the y direction
7

SYNOPSIS

9       plerry(n, x, ymin, ymax)
10

DESCRIPTION

12       Draws  a set of n error bars in the y direction, the i'th error bar ex‐
13       tending from ymin[i] to ymax[i] at x coordinate x[i].  The terminals of
14       the  error  bars are of length equal to the minor tick length (settable
15       using plsmin(3plplot)).
16
17       Redacted form: General: plerry(x, ymin, ymax)
18
19
20       This function is used in example 29.
21

ARGUMENTS

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

AUTHORS

39       Many developers (who  are  credited  at  http://plplot.org/credits.php)
40       have contributed to PLplot over its long history.
41

SEE ALSO

43       PLplot documentation at http://plplot.org/documentation.php.
44
45
46
47                                  July, 2022                   PLERRY(3plplot)
Impressum