Show / Hide Table of Contents

    Method sdiplt

    | Improve this Doc View Source

    sdiplt(Double, Double, Double, Double)

    plsdiplt: Set parameters that define current plot-space window

    Declaration
    public void sdiplt(Double xmin, Double ymin, Double xmax, Double ymax)
    Parameters
    Type Name Description
    Double xmin

    Relative minimum in x.

    Double ymin

    Relative minimum in y.

    Double xmax

    Relative maximum in x.

    Double ymax

    Relative maximum in y.

    Remarks

    Set relative minima and maxima that define the current plot-space window. If plsdiplt is not called the default values of xmin, ymin, xmax, and ymax are 0., 0., 1., and 1.

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