Skip to content

Commit

Permalink
Update lib/matplotlib/axes/_axes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
  • Loading branch information
timhoffm and QuLogic authored Dec 19, 2024
1 parent 0ff0600 commit 0d28220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)

Expand Down

0 comments on commit 0d28220

Please sign in to comment.