Skip to content

Commit

Permalink
remove call to reset limits during unit conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 3, 2024
1 parent 81e940d commit b10bd58
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,6 @@ def _handle_spectral_y_unit(self, *args):
pass
else:
self.spectrum_viewer.set_plot_axes()
# until we can have upstream automatic limit updating on change
# in display units with equivalencies, we'll reset the limits
self.spectrum_viewer.reset_limits()

# broadcast that there has been a change in the spectrum viewer y axis,
self.hub.broadcast(GlobalDisplayUnitChanged('spectral_y',
Expand Down

0 comments on commit b10bd58

Please sign in to comment.