Show / Hide Table of Contents

    Method svect

    | Improve this Doc View Source

    svect(Double[], Double[], Boolean)

    plsvect: Set arrow style for vector plots

    Declaration
    public void svect(Double[] arrowx, Double[] arrowy, Boolean fill)
    Parameters
    Type Name Description
    Double[] arrowx
    Double[] arrowy
    Boolean fill

    If fill is true then the arrow is closed, if fill is false then the arrow is open.

    Remarks

    Set the style for the arrow used by plvect to plot vectors.

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