diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index c5bac26a28d6..598b74fb8fae 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4940,8 +4940,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None, marker_obj = mmarkers.MarkerStyle(marker) if cbook._str_equal(marker_obj.get_marker(), ","): _api.warn_external( - "The pixel maker ',' is not supported on scatter(). Fallback " - "to a finite-sized square, which is not necessarily 1 pixel in " + "The pixel maker ',' is not supported on scatter(); using " + "a finite-sized square instead, which is not necessarily 1 pixel in " "size. Use the square marker 's' instead to suppress this warning." )