Skip to content

Commit ad23723

Browse files
nhansendevscottshambaugh
authored andcommitted
Update axes3d.py formatting
1 parent d61edb2 commit ad23723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,9 +2904,9 @@ def add_collection3d(self, col, zs=0, zdir='z', autolim=True, *,
29042904
"edgecolors", "c", "facecolor",
29052905
"facecolors", "color"])
29062906
def scatter(self, xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True,
2907-
depthshade_inverted=False,
2908-
depthshade_minalpha=0.3,
2909-
depthshade_legacy=False,
2907+
depthshade_inverted=False,
2908+
depthshade_minalpha=0.3,
2909+
depthshade_legacy=False,
29102910
*args,
29112911
axlim_clip=False,
29122912
**kwargs):

0 commit comments

Comments
 (0)