8000
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 82a4b24 commit a097da6Copy full SHA for a097da6
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -1689,7 +1689,8 @@ def get_normals(polygons):
1689
1690
if fcolors is not None:
1691
if shade:
1692
- colset = self._shade_colors(colset, get_normals(polys), lightsource)
+ colset = self._shade_colors(
1693
+ colset, get_normals(polys), lightsource)
1694
polyc.set_facecolors(colset)
1695
polyc.set_edgecolors(colset)
1696
elif cmap:
@@ -1702,7 +1703,8 @@ def get_normals(polygons):
1702
1703
polyc.set_norm(norm)
1704
else:
1705
- colset = self._shade_colors(color, get_normals(polys), lightsource)
1706
1707
+ color, get_normals(polys), lightsource)
1708
1709
colset = color
1710
0 commit comments