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

Skip to content

Commit 616d672

Browse files
authored
Document scope of 3D scatter depthshading. (#15661)
Document scope of 3D scatter depthshading.
2 parents f587def + 357619c commit 616d672

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
@@ -2236,7 +2236,8 @@ def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
22362236
For more details see the *c* argument of `~.axes.Axes.scatter`.
22372237
depthshade : bool, optional, default: True
22382238
Whether to shade the scatter markers to give the appearance of
2239-
depth.
2239+
depth. Each call to ``scatter()`` will perform its depthshading
2240+
independently.
22402241
**kwargs
22412242
All other arguments are passed on to `~.axes.Axes.scatter`.
22422243

0 commit comments

Comments
 (0)