Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3256bc4

Browse files
committed
Remove comment about cmap from voxels docstring
voxels does not use cmap at all, and thus does not modify shade in relation to cmap being passed in, this appears to be copy/pasted from methods which _do_ use cmap
1 parent 5c58816 commit 3256bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,8 +2801,7 @@ def voxels(self, *args, facecolors=None, edgecolors=None, shade=True,
28012801
last axis.
28022802
28032803
shade : bool, default: True
2804-
Whether to shade the facecolors. Shading is always disabled when
2805-
*cmap* is specified.
2804+
Whether to shade the facecolors.
28062805
28072806
lightsource : `~matplotlib.colors.LightSource`
28082807
The lightsource to use when *shade* is True.

0 commit comments

Comments
 (0)