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

Skip to content

Commit a9bee63

Browse files
committed
Harmonize MarkerStyle --> markerstyle in test
(compare with similar test in test_lines)
1 parent 2fc07f7 commit a9bee63

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
@@ -1317,7 +1317,7 @@ def test_arc_ellipse():
13171317
ax.add_patch(e2)
13181318

13191319

1320-
def test_marker_as_MarkerStyle():
1320+
def test_marker_as_markerstyle():
13211321
fix, ax = plt.subplots()
13221322
m = mmarkers.MarkerStyle('o')
13231323
plt.plot([1, 2, 3], [3, 2, 1], marker=m)

0 commit comments

Comments
 (0)