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 54460f5 commit 6cb6516Copy full SHA for 6cb6516
doc/users/next_whats_new/rcparams_dates.rst
@@ -0,0 +1,11 @@
1
+New rcParams for dates: set converter and whether to use interval_multiples
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+The new :rc:`dates.converter` allows toggling between
5
+`matplotlib.dates.DateConverter` and `matplotlib.dates.ConciseDateConverter`
6
+using the strings 'auto' and 'concise' respectively.
7
8
+The new :rc:`dates.interval_multiples` allows toggling between the dates
9
+locator trying to pick ticks at set intervals (i.e. day 1 and 15 of the
10
+month), versus evenly spaced ticks that start where ever the
11
+timeseries starts.
0 commit comments