mpldatacursor icon indicating copy to clipboard operation
mpldatacursor copied to clipboard

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

Open dperez-01 opened this issue 3 years ago • 4 comments

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

dperez-01 avatar Apr 08 '23 00:04 dperez-01

I also have the same problem.

dndestro avatar Oct 24 '23 16:10 dndestro

Issue:

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

Workaround for now:

  • Downgrade to matplotlib==3.6.3

Reference:

  • https://stackoverflow.com/questions/75640068/attributeerror-artistlist-object-has-no-attribute-pop

thanojo avatar Feb 27 '24 15:02 thanojo