Skip to content

Commit ace1023

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/axes.py

Lines 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)