Show / Hide Table of Contents

    Method smaj

    | Improve this Doc View Source

    smaj(Double, Double)

    plsmaj: Set length of major ticks

    Declaration
    public void smaj(Double def, Double scale)
    Parameters
    Type Name Description
    Double def

    The default length of a major tick in millimeters, should be set to zero if the default length is to remain unchanged.

    Double scale

    Scale factor to be applied to default to get actual tick length.

    Remarks

    This sets up the length of the major ticks. The actual length is the product of the default length and a scaling factor as for character height.

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