Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b25d604

Browse filesBrowse files
committed
axes: correct return value in scatter docstring
1 parent c6221e2 commit b25d604
Copy full SHA for b25d604

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6044,7 +6044,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
60446044
60456045
%(Collection)s
60466046
6047-
A :class:`~matplotlib.collections.Collection` instance is
6047+
A :class:`~matplotlib.collections.PathCollection` instance is
60486048
returned.
60496049
"""
60506050

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.