8000 Remove incorrect info about MarkerStyle(None) · matplotlib/matplotlib@f9328af · GitHub
[go: up one dir, main page]

Skip to content

Commit f9328af

Browse files
committed
Remove incorrect info about MarkerStyle(None)
1 parent 7300cdc commit f9328af

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/markers.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
rotated by ``angle``.
6565
============================== ====== =========================================
6666
67-
As a deprecated feature, ``None`` also means 'nothing' when directly
68-
constructing a `.MarkerStyle`, but note that there are other contexts where
69-
``marker=None`` instead means "the default marker" (e.g. :rc:`scatter.marker`
70-
for `.Axes.scatter`).
71-
7267
Note that special symbols can be defined via the
7368
:ref:`STIX math font <mathtext>`,
7469
e.g. ``"$\u266B$"``. For an overview over the STIX font symbols refer to the
@@ -230,7 +225,6 @@ def __init__(self, marker,
230225
marker : str, array-like, Path, MarkerStyle, or None
231226
- Another instance of *MarkerStyle* copies the details of that
232227
``marker``.
233-
- *None* means no marker. This is the deprecated default.
234228
- For other possible marker values, see the module docstring
235229
`matplotlib.markers`.
236230
@@ -312,7 +306,6 @@ def _set_marker(self, marker):
312306
marker : str, array-like, Path, MarkerStyle, or None, default: None
313307
- Another instance of *MarkerStyle* copies the details of that
314308
``marker``.
315-
- *None* means no marker.
316309
- For other possible marker values see the module docstring
317310
`matplotlib.markers`.
318311
"""

0 commit comments

Comments
 (0)
0