@@ -218,12 +218,9 @@ def __init__(self, marker=None, fillstyle=None):
218
218
Parameters
219
219
----------
220
220
marker : str, array-like, Path, MarkerStyle, or None, default: None
221
-
222
- Another instance of *MarkerStyle* copies the details of that ``marker``.
223
-
224
- *None* means no marker.
225
-
226
- For other possible marker values see the module docstring `matplotlib.markers`.
221
+ - Another instance of *MarkerStyle* copies the details of that ``marker``.
222
+ - *None* means no marker.
223
+ - For other possible marker values see the module docstring `matplotlib.markers`.
227
224
228
225
fillstyle : str, default: 'full'
229
226
One of 'full', 'left', 'right', 'bottom', 'top', 'none'.
@@ -289,12 +286,9 @@ def set_marker(self, marker):
289
286
Parameters
290
287
----------
291
288
marker : str, array-like, Path, MarkerStyle, or None, default: None
292
-
293
- Another instance of *MarkerStyle* copies the details of that ``marker``.
294
-
295
- *None* means no marker.
296
-
297
- For other possible marker values see the module docstring `matplotlib.markers`.
289
+ - Another instance of *MarkerStyle* copies the details of that ``marker``.
290
+ - *None* means no marker.
291
+ - For other possible marker values see the module docstring `matplotlib.markers`.
298
292
"""
299
293
if (isinstance (marker , np .ndarray ) and marker .ndim == 2 and
300
294
marker .shape [1 ] == 2 ):
0 commit comments