Skip to content

Typo in Poly3DCollection constructor #26420

Closed
@rschwa6308

Description

@rschwa6308

There is a typo in Poly3DCollection.__init__() that causes a TypeError exception whenever the function is called with shade=True.

if facecolors is None and edgecolors in None:

edgecolors in None should be edgecolors is None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions