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 bcc88d3 commit 18271f8Copy full SHA for 18271f8
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -496,12 +496,8 @@ def do_3d_projection(self, renderer):
496
497
fcs = (_zalpha(self._facecolor3d, vzs) if self._depthshade else
498
self._facecolor3d)
499
- fcs = mcolors.to_rgba_array(fcs, self._alpha)
500
- self.set_facecolors(fcs)
501
-
502
ecs = (_zalpha(self._edgecolor3d, vzs) if self._depthshade else
503
self._edgecolor3d)
504
505
sizes = self._sizes3d
506
507
# Sort the points based on z coordinates
0 commit comments