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.
2 parents e13216e + ec2ff7b commit d69c415Copy full SHA for d69c415
lib/matplotlib/tests/test_datetime.py
@@ -563,12 +563,6 @@ def test_quiver(self):
563
fig, ax = plt.subplots()
564
ax.quiver(...)
565
566
- @pytest.mark.xfail(reason="Test for quiverkey not written yet")
567
- @mpl.style.context("default")
568
- def test_quiverkey(self):
569
- fig, ax = plt.subplots()
570
- ax.quiverkey(...)
571
-
572
@mpl.style.context("default")
573
def test_scatter(self):
574
mpl.rcParams["date.converter"] = 'concise'
0 commit comments