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 f554536

Browse filesBrowse files
committed
Squash flake8 complaints
- Add extra blank lines around test_marker_as_MarkerStyle - Add spaces in arrays.
1 parent 1574c70 commit f554536
Copy full SHA for f554536

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-3
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,12 +1316,14 @@ def test_arc_ellipse():
13161316

13171317
ax.add_patch(e2)
13181318

1319+
13191320
def test_marker_as_MarkerStyle():
13201321
fix, ax = plt.subplots()
13211322
m = mmarkers.MarkerStyle('o')
1322-
plt.plot([1,2,3],[3,2,1], marker=m)
1323-
plt.scatter([1,2,3],[4,3,2], marker=m)
1324-
plt.errorbar([1,2,3],[5,4,3], marker=m)
1323+
plt.plot([1, 2, 3], [3, 2, 1], marker=m)
1324+
plt.scatter([1, 2, 3], [4, 3, 2], marker=m)
1325+
plt.errorbar([1, 2, 3],[5, 4, 3], marker=m)
1326+
13251327

13261328
@image_comparison(['markevery'], remove_text=True)
13271329
def test_markevery():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.