Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cc8b53

Browse files
committed
Clarify axes.scatter docstring slightly for using 'none' as a string instead of the None object.
svn path=/trunk/matplotlib/; revision=8301
1 parent 1719251 commit 3cc8b53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,10 +5424,10 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
54245424
particular:
54255425
54265426
*edgecolors*:
5427-
'none' to plot faces with no outlines
5427+
The string 'none' to plot faces with no outlines
54285428
54295429
*facecolors*:
5430-
'none' to plot unfilled outlines
5430+
The string 'none' to plot unfilled outlines
54315431
54325432
Here are the standard descriptions of all the
54335433
:class:`~matplotlib.collections.Collection` kwargs:

0 commit comments

Comments
 (0)