diff --git a/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py b/qt/applications/workbench/workbench/plotting/figureerrorsmanager.py
index 59bd2a86b8dfa41c90dfab30c1273d51c5d09856..81972ba0760e630a81b63973035d50c6d635ec9c 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)