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

Skip to content

Commit 6cb6516

Browse files
committed
DOC
1 parent 54460f5 commit 6cb6516

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)