-
Notifications
You must be signed in to change notification settings - Fork 225
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
Plot is duplicated with repeated calls to plt.show() #585
Comments
You should not need to call |
It may not be needed, but it shouldn't hurt. All matplotlib gallery examples end with |
Describe the issue
When I use the "%matplotlib ipympl" backend and display a plot with plt.show(), it works fine, but that plot is displayed again for every future call to plt.show(). The expected behavior is for show() to not repeat the plot output. This occurs with a fresh Anaconda (2024.10-1) installation of Python (3.12.7). This does not happen with default backend.
Versions
I believe that last error is expected for notebook>7, but I'm not certain.
The text was updated successfully, but these errors were encountered: