-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Matplotlib 3.7 breaks annotations window #11492
Comments
The problem seems to be this line: ax.buttons = RadioButtons(ax, labels) When there are no annotations, I guess it was probably by chance that this worked previously, so now we will have to adapt our code. @drammock do you agree? |
From CircleCI also:
And:
And:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem
Matplotlib 3.7 breaks the annotation window in
raw.plot()
(which appears when pressing a).Steps to reproduce
raw.plot()
Expected results
The annotation window should appear.
Actual results
The annotation window does not appear. Instead, I get the following error:
Additional information
The text was updated successfully, but these errors were encountered: