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

Skip to content

Commit 5be13bb

Browse files
authored
Merge pull request #24286 from meeseeksmachine/auto-backport-of-pr-24284-on-v3.6.x
Backport PR #24284 on branch v3.6.x (Remove comment about cmap from voxels docstring)
2 parents 2c43a0d + 76ef653 commit 5be13bb

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
@@ -2612,8 +2612,7 @@ def voxels(self, *args, facecolors=None, edgecolors=None, shade=True,
26122612
last axis.
26132613
26142614
shade : bool, default: True
2615-
Whether to shade the facecolors. Shading is always disabled when
2616-
*cmap* is specified.
2615+
Whether to shade the facecolors.
26172616
26182617
lightsource : `~matplotlib.colors.LightSource`
26192618
The lightsource to use when *shade* is True.

0 commit comments

Comments
 (0)