Skip to content

Commit

Permalink
Add image update on visibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Aug 27, 2024
1 parent c4f543c commit 54499a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue_jupyter/bqplot/scatter/scatter_density_mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def __init__(
self.observe(self._update_rendered_image, "vmin")
self.observe(self._update_rendered_image, "vmax")
self.observe(self._update_rendered_image, "stretch")
self.observe(self._update_rendered_image, "visible")

self._scale_image = ColorScale()
self._scales = {
Expand Down

0 comments on commit 54499a8

Please sign in to comment.