-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Milestone
Description
There is a typo in Poly3DCollection.__init__()
that causes a TypeError
exception whenever the function is called with shade=True
.
matplotlib/lib/mpl_toolkits/mplot3d/art3d.py
Line 908 in f7a8cab
if facecolors is None and edgecolors in None: |
edgecolors in None
should be edgecolors is None