Closed
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
edgecolors in None
should be edgecolors is None