Commit 2ad91b7
committed
Force classic ("auto") date converter in classic style.
... instead of the newfangled ConciseDateConverter.
This is specifically useful for running tests when one also has
`date.converter: concise` in their user-level matplotlibrc, as that
setting otherwise never gets overwritten by the test machinery, and
`test_figure.py::test_axes_removal` then fails (as it depends on
having `date.converter: auto`).1 parent b6294ff commit 2ad91b7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
0 commit comments