Show / Hide Table of Contents

    Method gcmap1_range

    | Improve this Doc View Source

    gcmap1_range(out Double, out Double)

    plgcmap1_range: Get the cmap1 argument range for continuous color plots

    Declaration
    public void gcmap1_range(out Double min_color, out Double max_color)
    Parameters
    Type Name Description
    Double min_color

    Returned value of the current minimum cmap1 argument.

    Double max_color

    Returned value of the current maximum cmap1 argument.

    Remarks

    Get the cmap1 argument range for continuous color plots. (Use plscmap1_range to set the cmap1 argument range.)

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