We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7851e3 commit b6e6a81Copy full SHA for b6e6a81
pandas/tests/plotting/test_datetimelike.py
@@ -1282,7 +1282,7 @@ def test_format_timedelta_ticks_narrow(self):
1282
df = DataFrame(np.random.randn(len(rng), 3), rng)
1283
ax = df.plot(fontsize=2)
1284
fig = ax.get_figure()
1285
- fig.autofmt_xdate()
+ #fig.autofmt_xdate()
1286
fig.canvas.draw()
1287
labels = ax.get_xticklabels()
1288
self.assertEqual(len(labels), len(expected_labels))
@@ -1308,7 +1308,7 @@ def test_format_timedelta_ticks_wide(self):
1308
1309
1310
1311
1312
1313
1314
0 commit comments