AttributeError: 'ArtistList' object has no attribute 'pop'
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
I also have the same problem.
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