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

NAME

6       plerrx - Draw error bars in x direction
7

SYNOPSIS

9       plerrx(n, xmin, xmax, y)
10

DESCRIPTION

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) Perl/PDL: plerrx(n, xmin,
18       xmax, y)
19
20
21       This function is used in example 29.
22

ARGUMENTS

24       n (PLINT(3plplot), input)
25              Number of error bars to draw.
26
27       xmin (PLFLT_VECTOR(3plplot), input)
28              A vector containing the x coordinates of the left-hand endpoints
29              of the error bars.
30
31       xmax (PLFLT_VECTOR(3plplot), input)
32              A vector containing the x coordinates  of  the  right-hand  end‐
33              points of the error bars.
34
35       y (PLFLT_VECTOR(3plplot), input)
36              A vector containing the y coordinates of the error bars.
37
38

AUTHORS

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

SEE ALSO

45       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
46       tion.php.
47
48
49
50                                 August, 2017                  PLERRX(3plplot)
Impressum