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 6da5edc commit 6b870e7Copy full SHA for 6b870e7
1 file changed
lib/matplotlib/tests/test_datetime.py
@@ -209,6 +209,12 @@ def test_matshow(self):
209
fig, ax = plt.subplots()
210
ax.matshow(...)
211
212
+ @pytest.mark.xfail(reason="Test for pie not written yet")
213
+ @mpl.style.context("default")
214
+ def test_pie(self):
215
+ fig, ax = plt.subplots()
216
+ ax.pcolor(...)
217
+
218
@pytest.mark.xfail(reason="Test for pcolor not written yet")
219
@mpl.style.context("default")
220
def test_pcolor(self):
0 commit comments