Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 16, 2024
1 parent 7aeec4b commit f112f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glue_jupyter/bqplot/histogram/layer_artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def _update_histogram(self, force=False, **kwargs):
changed = self.pop_changed_properties()

if force or any(prop in changed for prop in ('layer', 'x_att', 'hist_x_min',
'hist_x_max', 'hist_n_bin', 'x_log', 'random_subset')):
'hist_x_max', 'hist_n_bin', 'x_log',
'random_subset')):
self._calculate_histogram()
force = True # make sure scaling and visual attributes are updated

Expand Down

0 comments on commit f112f3d

Please sign in to comment.