Skip to content

Typo in Poly3DCollection constructor #26420

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions