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

Skip to content

Commit cc2af22

Browse files
jyjoshitimhoffm
andauthored
Update lib/mpl_toolkits/mplot3d/axes3d.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 74b76ae commit cc2af22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,8 +2273,7 @@ def add_collection3d(self, col, zs=0, zdir='z'):
22732273

22742274
@_preprocess_data(replace_names=["xs", "ys", "zs", "s",
22752275
"edgecolors", "c", "facecolor",
2276-
"facecolors", "color"],
2277-
label_namer=None)
2276+
"facecolors", "color"])
22782277
def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
22792278
*args, **kwargs):
22802279
"""

0 commit comments

Comments
 (0)