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

plerry - Draw error bars in the y direction

Arguments

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

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

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

       ymax (PLFLT_VECTOR(3plplot), input)
              A vector containing the y coordinates of the upper endpoints 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 the y direction, the i'th error bar extending from ymin[i] to ymax[i] at x
       coordinate  x[i].  The terminals of the error bars are of length equal to the minor tick length (settable
       using plsmin(3plplot)).

       Redacted form: General: plerry(x,ymin,ymax)

       This function is used in example 29.

Name

plerry - Draw error bars in the y direction

See Also

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

                                                   July, 2025                                    PLERRY(3plplot)

Synopsis

plerry(n, x, ymin, ymax)

See Also