8000 Merge pull request #15754 from meeseeksmachine/auto-backport-of-pr-15… · matplotlib/matplotlib@d10da59 · GitHub
[go: up one dir, main page]

Skip to content

Commit d10da59

Browse files
authored
Merge pull request #15754 from meeseeksmachine/auto-backport-of-pr-15661-on-v3.1.1-doc
Backport PR #15661 on branch v3.1.1-doc (Document scope of 3D scatter depthshading.)
2 parents db8e205 + 57cfdc3 commit d10da59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

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

0 commit comments

Comments
 (0)
0