Skip to content

Matplotlib error  #9

@peterdeheer

Description

@peterdeheer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions