Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a typo in Poly3DCollection.__init__() that causes a TypeError exception whenever the function is called with shade=True.
Poly3DCollection.__init__()
TypeError
shade=True
matplotlib/lib/mpl_toolkits/mplot3d/art3d.py
Line 908 in f7a8cab
edgecolors in None should be edgecolors is None
edgecolors in None
edgecolors is None
The text was updated successfully, but these errors were encountered:
want to open a PR to fix that? Also good catch!
Sorry, something went wrong.
It looks like we rarely enter this branch - I'm investigating how to trigger the bug.
Successfully merging a pull request may close this issue.
There is a typo in
Poly3DCollection.__init__()
that causes aTypeError
exception whenever the function is called withshade=True
.matplotlib/lib/mpl_toolkits/mplot3d/art3d.py
Line 908 in f7a8cab
edgecolors in None
should beedgecolors is None
The text was updated successfully, but these errors were encountered: