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 52d7ef2 commit 622f5ffCopy full SHA for 622f5ff
lib/matplotlib/tests/test_datetime.py
@@ -551,7 +551,7 @@ def test_matshow(self):
551
fig, ax = plt.subplots()
552
ax.matshow(a, extent=extent)
553
for label in ax.get_xticklabels():
554
- label.set_rotation(90)
+ label.set_rotation(90)
555
556
@pytest.mark.xfail(reason="Test for pcolor not written yet")
557
@mpl.style.context("default")
0 commit comments