Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc07f7

Browse files
committed
One more comma.
1 parent f554536 commit 2fc07f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ def test_marker_as_MarkerStyle():
13221322
m = mmarkers.MarkerStyle('o')
13231323
plt.plot([1, 2, 3], [3, 2, 1], marker=m)
13241324
plt.scatter([1, 2, 3], [4, 3, 2], marker=m)
1325-
plt.errorbar([1, 2, 3],[5, 4, 3], marker=m)
1325+
plt.errorbar([1, 2, 3], [5, 4, 3], marker=m)
13261326

13271327

13281328
@image_comparison(['markevery'], remove_text=True)

0 commit comments

Comments
 (0)