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

Skip to content

Commit 51438b2

Browse files
committed
Docstring updated for scatter method
1 parent cc2af22 commit 51438b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,8 @@ def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
23112311
Whether to shade the scatter markers to give the appearance of
23122312
depth. Each call to ``scatter()`` will perform its depthshading
23132313
independently.
2314+
data : indexable object, optional
2315+
DATA_PARAMETER_PLACEHOLDER
23142316
**kwargs
23152317
All other arguments are passed on to `~.axes.Axes.scatter`.
23162318

0 commit comments

Comments
 (0)