Skip to content

Commit 6ed3ab1

Browse files
authored
Merge pull request matplotlib#24284 from ksunden/voxels_docstring
Remove comment about cmap from voxels docstring
2 parents 5c58816 + 3256bc4 commit 6ed3ab1

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)