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

AttributeError: 'ArtistList' object has no attribute 'pop' #116

Open
dperez-01 opened this issue Apr 8, 2023 · 4 comments
Open

AttributeError: 'ArtistList' object has no attribute 'pop' #116

dperez-01 opened this issue Apr 8, 2023 · 4 comments

Comments

@dperez-01
Copy link

I am continuously getting this error AttributeError: 'ArtistList' object has no attribute 'pop'. In fact, I am just using the examples provided here in github, just copying and pasting them to see how they work, but the only thing I get is this error in all of them and I don't know why at all.

I have checked the installation, seems to be fine.

Python is 3.11, and not anaconda. Clean environment and prerrequisites are fulfilled.
matplotlib 3.7.1 >= 0.9
numpy 1.24.2 >= 1.1

Any idea of something that may be checked?
Thanks in advance

@dndestro
Copy link

I also have the same problem.

@thanojo
Copy link

thanojo commented Feb 27, 2024

Issue:

  • "matplotlib 3.7.x does not have the ArtistList.pop function implemented"

Workaround for now:

  • Downgrade to matplotlib==3.6.3

Reference:

@pragma-
Copy link

pragma- commented Dec 1, 2024

Just ran into this. I don't want to downgrade matplotlib for this. Please fix it. :-)

@pragma-
Copy link

pragma- commented Dec 1, 2024

Never mind. This issue is almost a year old already. I've gone ahead and found https://mplcursors.readthedocs.io/en/stable/index.html instead.

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

No branches or pull requests

4 participants