diff --git a/glue_jupyter/bqplot/image/state.py b/glue_jupyter/bqplot/image/state.py index f045f4ed..a8142f25 100644 --- a/glue_jupyter/bqplot/image/state.py +++ b/glue_jupyter/bqplot/image/state.py @@ -56,6 +56,7 @@ def __init__(self, *args, **kwargs): self.add_callback('level_mode', self._update_levels) self.add_callback('levels', self._update_labels) self.add_callback('attribute_display_unit', self._convert_units_c_limits, echo_old=True) + self._convert_units_c_limits(None, None) self._update_levels()