Skip to content
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

[Bug]: wx backend can be easily hung #23972

Open
oscargus opened this issue Sep 21, 2022 · 0 comments
Open

[Bug]: wx backend can be easily hung #23972

oscargus opened this issue Sep 21, 2022 · 0 comments
Labels

Comments

@oscargus
Copy link
Contributor

oscargus commented Sep 21, 2022

Bug summary

This is one simple way to get the wx backend to hang. (Qt does not hang for reference.) Not very common use case, but may indicate some other issue?

Code for reproduction

In an ipython shell (probably similar elsewhere)

%matplotlib wx
import matplotlib.pyplot as plt
plt.gcf()

Click zoom button (does not toggle)

plt.gca()

Actual outcome

It hangs.

Expected outcome

It should ideally not hang.

Additional information

No response

Operating system

CentOS 7

Matplotlib Version

Latest main branch

Matplotlib Backend

wx

Python version

3.9.13 (IPython 7.33.0)

Jupyter version

No response

Installation

git checkout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant