logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plerrx - Draw error bars in x direction

Arguments

n (PLINT(3plplot), input)
              Number of error bars to draw.

       xmin (PLFLT_VECTOR(3plplot), input)
              A vector containing the x coordinates of the left-hand endpoints of the error bars.

       xmax (PLFLT_VECTOR(3plplot), input)
              A vector containing the x coordinates of the right-hand endpoints of the error bars.

       y (PLFLT_VECTOR(3plplot), input)
              A vector containing the y coordinates of the error bars.

Authors

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

Description

       Draws  a  set  of  n error bars in x direction, the i'th error bar extending from xmin[i] to xmax[i] at y
       coordinate y[i].  The terminals of the error bars are of length equal to the minor tick length  (settable
       using plsmin(3plplot)).

       Redacted form: General: plerrx(xmin,ymax,y)

       This function is used in example 29.

Name

plerrx - Draw error bars in x direction

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                    PLERRX(3plplot)

Synopsis

plerrx(n, xmin, xmax, y)

See Also