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.
There was an error while loading. Please reload this page.
1 parent 7875bc5 commit 27f4065Copy full SHA for 27f4065
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -758,7 +758,7 @@ def set_alpha(self, alpha):
758
raise TypeError('alpha must be a float or None')
759
artist.Artist.set_alpha(self, alpha)
760
try:
761
- self._facecolors = mcolors.to_rgba_array(
+ self._facecolors3d = mcolors.to_rgba_array(
762
self._facecolors3d, self._alpha)
763
except (AttributeError, TypeError, IndexError):
764
pass
0 commit comments