Skip to content

Commit bfd8b53

Browse files
committed
Set stem3d defaults to match 2D and mpl20 style.
1 parent b809d59 commit bfd8b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3288,7 +3288,7 @@ def get_tightbbox(self, renderer, call_axes_locator=True,
32883288
batch.append(axis_bb)
32893289
return mtransforms.Bbox.union(batch)
32903290

3291-
def stem(self, x, y, z, *, linefmt='b-', markerfmt='bo', basefmt='r-',
3291+
def stem(self, x, y, z, *, linefmt='C0-', markerfmt='C0o', basefmt='C3-',
32923292
bottom=0, label=None, zdir='z'):
32933293
"""
32943294
Create a 3D stem plot.

0 commit comments

Comments
 (0)