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.
2 parents 20bfcff + 11956ce commit 2ac048bCopy full SHA for 2ac048b
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -583,7 +583,7 @@ def set_3d_properties(self):
583
# just in case it is a scalarmappable with a colormap.
584
self.update_scalarmappable()
585
self._sort_zpos = None
586
- self.set_zsort(True)
+ self.set_zsort('average')
587
self._facecolors3d = PolyCollection.get_facecolor(self)
588
self._edgecolors3d = PolyCollection.get_edgecolor(self)
589
self._alpha3d = PolyCollection.get_alpha(self)
0 commit comments