Skip to content

Commit 0d28220

Browse files
timhoffmQuLogic
andauthored
Update lib/matplotlib/axes/_axes.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 0ff0600 commit 0d28220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4940,8 +4940,8 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
49404940
marker_obj = mmarkers.MarkerStyle(marker)
49414941
if cbook._str_equal(marker_obj.get_marker(), ","):
49424942
_api.warn_external(
4943-
"The pixel maker ',' is not supported on scatter(). Fallback "
4944-
"to a finite-sized square, which is not necessarily 1 pixel in "
4943+
"The pixel maker ',' is not supported on scatter(); using "
4944+
"a finite-sized square instead, which is not necessarily 1 pixel in "
49454945
"size. Use the square marker 's' instead to suppress this warning."
49464946
)
49474947

0 commit comments

Comments
 (0)