Skip to content

Plot: add a helper method to achieve square axes #3451

@swharden

Description

@swharden

Because this is really cumbersome:

ScottPlot.Plot plt = new();
ScottPlot.AxisRules.SquareZoomOut rule = new(plt.Axes.Bottom, plt.Axes.Left);
plt.Axes.Rules.Add(rule);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions