Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8e2ff commit d1b46dfCopy full SHA for d1b46df
1 file changed
lib/matplotlib/tests/test_lines.py
@@ -367,5 +367,4 @@ def test_markevery_prop_cycle(fig_test, fig_ref):
367
368
ax = fig_test.add_subplot()
369
for i, _ in enumerate(cases):
370
- ax.plot(y - i, 'o-')
371
-
+ ax.plot(y - i, 'o-')
0 commit comments