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 2fc07f7

Browse filesBrowse files
committed
One more comma.
1 parent f554536 commit 2fc07f7
Copy full SHA for 2fc07f7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

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