diff --git a/src/gui/DamarisGUI.py b/src/gui/DamarisGUI.py index 855d499..c689644 100644 --- a/src/gui/DamarisGUI.py +++ b/src/gui/DamarisGUI.py @@ -2888,8 +2888,9 @@ class MonitorWidgets: elif x_scale == "ppm": self.matplot_axes.set_xscale("linear") self.matplot_axes.set_xlabel("PPM") - #self.matplot_axes.set_xlim(xmax, xmin) - self.matplot_axes.invert_xaxis() + #self.display_autoscaling_checkbutton.set_active(True) #partial fix T141 + self.matplot_axes.set_xlim(xmax, xmin) + #self.matplot_axes.invert_xaxis() if y_scale == "lin": self.matplot_axes.set_yscale( "linear" ) elif y_scale == "log10":