Show / Hide Table of Contents

    Enum AxesScale

    Controls how the axes will be scaled

    Namespace: PLplot
    Assembly: PLplotNet.dll
    Syntax
    public enum AxesScale : int

    Fields

    Name Description
    Equal

    The scales of the x and y axes are made equal.

    Independent

    The x and y axes are scaled independently to use as much of the screen as possible.

    NotSet

    The scales will not be set, the user must set up the scale before calling plenv using plsvpa, plvasp or other.

    Square

    The axis of the x and y axes are made equal, and the plot box will be square.

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