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

Fix matplotlib version to be less than 3.10 #1771

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Jan 8, 2025

There's some new issue with removing several of our artists starting in matplotlib 3.10 (including overlays, detector borders, the beam marker, and potentially more). It is very common that when remove() is called on the artists, that a NotImplementedError is raised.

Perhaps this is an issue that will get fixed in matplotlib soon. If not, we'll need to figure out an alternative way to remove the artists.

But for the release coming up, let's just fix the matplotlib version.

There's some new issue with removing several of our artists starting
in matplotlib 3.10 (including overlays, detector borders, the beam
marker, and potentially more). It is very common that when `remove()`
is called on the artists, that a `NotImplementedError` is raised.

Perhaps this is an issue that will get fixed in matplotlib soon.
If not, we'll need to figure out an alternative way to remove the
artists.

But for the release coming up, let's just fix the matplotlib version.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
@psavery psavery merged commit dfc852f into master Jan 8, 2025
9 checks passed
@psavery psavery deleted the fix-matplotlib-version branch January 8, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants