Skip to content
Snippets Groups Projects
Commit 6f081622 authored by RichardWaiteSTFC's avatar RichardWaiteSTFC
Browse files

Removed autoscaling of axes after errorbar status (on/off) is changed

parent fb6803f1
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,6 @@ class FigureErrorsManager(object): ...@@ -98,7 +98,6 @@ class FigureErrorsManager(object):
@staticmethod @staticmethod
def update_limits_and_legend(ax, legend_props=None): def update_limits_and_legend(ax, legend_props=None):
ax.relim() ax.relim()
ax.autoscale()
if legend_props: if legend_props:
LegendProperties.create_legend(legend_props, ax) LegendProperties.create_legend(legend_props, ax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment