Skip to content

Commit

Permalink
Use figure rather than figure container for viewer figure widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Aug 1, 2024
1 parent 6226254 commit 62fd83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_jupyter/ipyvolume/common/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def attribute_to_label(attribute):
self.state.add_callback('visible_axes', self._update_axes_visibility)
self.state.add_callback('native_aspect', self._update_aspect)

self._figure_widget = ipv.gcc()
self._figure_widget = self.figure

self.create_layout()

Expand Down

0 comments on commit 62fd83b

Please # to comment.