Skip to content

Commit 4cd95ee

Browse files
tacaswelltimhoffm
andauthored
FIX: spell warn_external correctly
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent a89443c commit 4cd95ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
45214521
marker_obj.get_transform())
45224522
if not marker_obj.is_filled():
45234523
if orig_edgecolor is not None:
4524-
_api._warn_external(
4524+
_api.warn_external(
45254525
f"You passed a edgecolor/edgecolors ({orig_edgecolor!r}) "
45264526
f"for an unfilled marker ({marker!r}). Matplotlib is "
45274527
"ignoring the edgecolor in favor of the facecolor. This "

0 commit comments

Comments
 (0)