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 88e4a43 commit 0117642Copy full SHA for 0117642
1 file changed
lib/matplotlib/tests/test_datetime.py
@@ -510,12 +510,6 @@ def test_semilogy(self):
510
fig, ax = plt.subplots()
511
ax.semilogy(...)
512
513
- @pytest.mark.xfail(reason="Test for spy not written yet")
514
- @mpl.style.context("default")
515
- def test_spy(self):
516
- fig, ax = plt.subplots()
517
- ax.spy(...)
518
-
519
@mpl.style.context("default")
520
def test_stackplot(self):
521
mpl.rcParams["date.converter"] = 'concise'
0 commit comments