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

Skip to content

Commit da3644b

Browse files
jklymaktacaswell
authored andcommitted
DOC: add API change note
1 parent 6560947 commit da3644b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
Date locator for DAILY interval now returns middle of month
3+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
5+
The `.matplotlib.dates/AutoDateLocator` has a default of
6+
`interval_multiples=True` that attempts to align ticks with the start of
7+
meaningful intervals like the start of the month, or start of the day, etc.
8+
That lead to approximately 140-day intervals being mapped to the first and 22nd
9+
of the month. This has now been changed so that it chooses the first and
10+
15th of the month, which is probably what most people want.

0 commit comments

Comments
 (0)