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

Skip to content

Commit ecb5233

Browse files
authored
Merge pull request #15755 from meeseeksmachine/auto-backport-of-pr-15661-on-v3.2.x
Backport PR #15661 on branch v3.2.x (Document scope of 3D scatter depthshading.)
2 parents 2e8b020 + 7b1e1b3 commit ecb5233

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,8 @@ def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
22512251
For more details see the *c* argument of `~.axes.Axes.scatter`.
22522252
depthshade : bool, optional, default: True
22532253
Whether to shade the scatter markers to give the appearance of
2254-
depth.
2254+
depth. Each call to ``scatter()`` will perform its depthshading
2255+
independently.
22552256
**kwargs
22562257
All other arguments are passed on to `~.axes.Axes.scatter`.
22572258

0 commit comments

Comments
 (0)