8000 Squash flake8 complaints · matplotlib/matplotlib@243920d · GitHub
[go: up one dir, main page]

Skip to content

Commit 243920d

Browse files
committed
Squash flake8 complaints
- Move errorbar mention to new line. - Remove whitespace from blank lines.
1 parent 514c118 commit 243920d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/matplotlib/markers.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
r"""
22
Functions to handle markers; used by the marker functionality of
3-
`~matplotlib.axes.Axes.plot`, `~matplotlib.axes.Axes.scatter`, and `~matplotlib.axes.Axes.errorbar`.
3+
`~matplotlib.axes.Axes.plot`, `~matplotlib.axes.Axes.scatter`, and
4+
`~matplotlib.axes.Axes.errorbar`.
45
56
All possible markers are defined here:
67
@@ -217,9 +218,9 @@ def __init__(self, marker=None, fillstyle=None):
217218
Parameters
218219
----------
219220
marker : str, array-like, Path, MarkerStyle, or None, default: None
220-
221+
221222
Another instance of *MarkerStyle* copies the details of that ``marker``.
222-
223+
223224
*None* means no marker.
224225
225226
For other possible marker values see the module docstring `matplotlib.markers`.
@@ -288,9 +289,9 @@ def set_marker(self, marker):
288289
Parameters
289290
----------
290291
marker : str, array-like, Path, MarkerStyle, or None, default: None
291-
292+
292293
Another instance of *MarkerStyle* copies the details of that ``marker``.
293-
294+
294295
*None* means no marker.
295296
296297
For other possible marker values see the module docstring `matplotlib.markers`.

0 commit comments

Comments
 (0)
0