Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 622f5ff

Browse files
proper indentation
1 parent 52d7ef2 commit 622f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def test_matshow(self):
551551
fig, ax = plt.subplots()
552552
ax.matshow(a, extent=extent)
553553
for label in ax.get_xticklabels():
554-
label.set_rotation(90)
554+
label.set_rotation(90)
555555

556556
@pytest.mark.xfail(reason="Test for pcolor not written yet")
557557
@mpl.style.context("default")

0 commit comments

Comments
 (0)