8000 Backport PR #15661: Document scope of 3D scatter depthshading. · meeseeksmachine/matplotlib@57cfdc3 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 57cfdc3

Browse files
anntzerMeeseeksDev[bot]
authored andcommitted
Backport PR matplotlib#15661: Document scope of 3D scatter depthshading.
1 parent db8e205 commit 57cfdc3

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