Show / Hide Table of Contents

    Method prec

    | Improve this Doc View Source

    prec(Int32, Int32)

    plprec: Set precision in numeric labels

    Declaration
    public void prec(Int32 setp, Int32 prec)
    Parameters
    Type Name Description
    Int32 setp

    If setp is equal to 0 then PLplot automatically determines the number of places to use after the decimal point in numeric labels (like those used to label axes). If setp is 1 then prec sets the number of places.

    Int32 prec

    The number of characters to draw after the decimal point in numeric labels.

    Remarks

    Sets the number of places after the decimal point in numeric labels.

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