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 18271f8 commit 5bd536bCopy full SHA for 5bd536b
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -509,8 +509,9 @@ def do_3d_projection(self, renderer):
509
vzs = vzs[z_markers_idx]
510
vxs = vxs[z_markers_idx]
511
vys = vys[z_markers_idx]
512
- if self._depthshade:
+ if len(fcs) > 1:
513
fcs = fcs[z_markers_idx]
514
+ if len(ecs) > 1:
515
ecs = ecs[z_markers_idx]
516
if len(sizes) > 1:
517
sizes = sizes[z_markers_idx]
0 commit comments