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 ace1023

Browse filesBrowse files
committed
DOC axes now refers to the Markers module instead of concatenating docstrings
1 parent 2e62806 commit ace1023
Copy full SHA for ace1023

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-3
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,9 +6190,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
61906190
which the rows are RGB or RGBA, however.
61916191
61926192
*marker*:
6193-
can be one of:
6194-
6195-
%(MarkerTable)s
6193+
See `~matplotlib.markers`
61966194
61976195
Any or all of *x*, *y*, *s*, and *c* may be masked arrays, in
61986196
which case all masks will be combined and only unmasked points

0 commit comments

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