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