-
Notifications
You must be signed in to change notification settings - Fork 4
Matplotlib error #9
Copy link
Copy link
Open
Description
got the following error:
lib/python3.9/site-packages/matplotlib/artist.py", line 1062, in update
raise AttributeError(f"{type(self).name!r} object "
AttributeError: 'Polygon' object has no property 'normed'
Apparently the latest matplotlib version 4.10.1 deprecated "normed" and you should use "density"
and that creates the above error.
replacing all the "normed" for "density" in plots.py and re-installing solved the problem for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels