Because this is really cumbersome: ```cs ScottPlot.Plot plt = new(); ScottPlot.AxisRules.SquareZoomOut rule = new(plt.Axes.Bottom, plt.Axes.Left); plt.Axes.Rules.Add(rule); ```