File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1282,7 +1282,7 @@ def test_format_timedelta_ticks_narrow(self):
1282
1282
df = DataFrame (np .random .randn (len (rng ), 3 ), rng )
1283
1283
ax = df .plot (fontsize = 2 )
1284
1284
fig = ax .get_figure ()
1285
- fig .autofmt_xdate ()
1285
+ # fig.autofmt_xdate()
1286
1286
fig .canvas .draw ()
1287
1287
labels = ax .get_xticklabels ()
1288
1288
self .assertEqual (len (labels ), len (expected_labels ))
@@ -1308,7 +1308,7 @@ def test_format_timedelta_ticks_wide(self):
1308
1308
df = DataFrame (np .random .randn (len (rng ), 3 ), rng )
1309
1309
ax = df .plot (fontsize = 2 )
1310
1310
fig = ax .get_figure ()
1311
- fig .autofmt_xdate ()
1311
+ # fig.autofmt_xdate()
1312
1312
fig .canvas .draw ()
1313
1313
labels = ax .get_xticklabels ()
1314
1314
self .assertEqual (len (labels ), len (expected_labels ))
You can’t perform that action at this time.
0 commit comments