Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 243920d

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

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎lib/matplotlib/markers.py

Copy file name to clipboardExpand all lines: lib/matplotlib/markers.py
+6-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.