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

Skip to content

Commit 3e7c937

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

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
@@ -2340,7 +2340,8 @@ def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
23402340
For more details see the *c* argument of `~.axes.Axes.scatter`.
23412341
depthshade : bool, optional, default: True
23422342
Whether to shade the scatter markers to give the appearance of
2343-
depth.
2343+
depth. Each call to ``scatter()`` will perform its depthshading
2344+
independently.
23442345
**kwargs
23452346
All other arguments are passed on to `~.axes.Axes.scatter`.
23462347

0 commit comments

Comments
 (0)