1 parent 5a26bb9 commit f1966c2Copy full SHA for f1966c2
1 file changed
lib/matplotlib/axes/_axes.py
@@ -4613,8 +4613,7 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
4613
edgecolors = kwcolor
4614
if facecolors is None:
4615
facecolors = kwcolor
4616
-
4617
+
4618
if edgecolors is None and not mpl.rcParams['_internal.classic_mode']:
4619
edgecolors = mpl.rcParams['scatter.edgecolors']
4620
0 commit comments