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

Skip to content

Commit f554536

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,12 +1316,14 @@ def test_arc_ellipse():
13161316

13171317 8FEE
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