Show / Hide Table of Contents

    Method line

    | Improve this Doc View Source

    line(Double[], Double[])

    plline: Draw a line

    Declaration
    public void line(Double[] x, Double[] y)
    Parameters
    Type Name Description
    Double[] x

    A vector containing the x coordinates of points.

    Double[] y

    A vector containing the y coordinates of points.

    Remarks

    Draws line defined by n points in x and y.

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