From 6f08162255c617f41f723d902aa87848c057aee9 Mon Sep 17 00:00:00 2001 From: RichardWaiteSTFC <richard.waite@stfc.ac.uk> Date: Wed, 26 Feb 2020 15:29:49 +0000 Subject: [PATCH] Removed autoscaling of axes after errorbar status (on/off) is changed --- .../workbench/workbench/plotting/figureerrorsmanager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py b/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py index 59bd2a86b8d..81972ba0760 100644 --- a/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py +++ b/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py @@ -98,7 +98,6 @@ class FigureErrorsManager(object): @staticmethod def update_limits_and_legend(ax, legend_props=None): ax.relim() - ax.autoscale() if legend_props: LegendProperties.create_legend(legend_props, ax) -- GitLab