-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FigureWidget.show() returns a Figure instead of a FigureWidget #4854
Comments
@marthacryan should this be changed for 6.0 or left for after? |
Seems to me more like a bug than a feature |
@alexcjohnson Yes I would say it is likely a bug |
I guess this is technically changing an API, although as Alex said above, I think it's more of a bug than an API. I think it isn't a release blocker but might be slightly better to include in the release? I don't expect this would be very difficult to fix, but I think we might want to give some thought to what behavior we do want in this case. I expected it to be the same as just using the |
I agree that it's a bug but IMO it's not a release blocker. I don't think it's worth changing behaviour unless we're applying a fix. |
If you run:
you get a non-interactive figure.
If you run:
you get an interactive figure widget. This confused me and could lead to people having issues using
FigureWidget
.The text was updated successfully, but these errors were encountered: