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 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