Show / Hide Table of Contents

    Method erry

    | Improve this Doc View Source

    erry(Double[], Double[], Double[])

    plerry: Draw error bars in the y direction

    Declaration
    public void erry(Double[] x, Double[] ymin, Double[] ymax)
    Parameters
    Type Name Description
    Double[] x

    A vector containing the x coordinates of the error bars.

    Double[] ymin

    A vector containing the y coordinates of the lower endpoints of the error bars.

    Double[] ymax

    A vector containing the y coordinates of the upper endpoints of the error bars.

    Remarks

    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).

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX