Skip to content

Conversation

marthacryan
Copy link
Collaborator

Fixes #4854 by overriding the BaseFigure parent class implementation of show() that FigureWidget inherits (see issue for more context). This changes the behavior to be the same as between these two cases (assuming fig = go.FigureWidget()):

  • fig
  • fig.show()

@gvwilson gvwilson added P1 needed for current cycle fix fixes something broken labels Nov 13, 2024
@marthacryan marthacryan merged commit ffb571b into master Nov 13, 2024
5 checks passed
@marthacryan marthacryan deleted the widget-show branch January 28, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fixes something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FigureWidget.show() returns a Figure instead of a FigureWidget
2 participants