8000
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 f3c51ec commit f9c895fCopy full SHA for f9c895f
doc/api/api_changes_3.4/behaviour.rst
@@ -4,8 +4,8 @@ Behaviour changes
4
Date locator for DAILY interval now returns middle of month
5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7
-The `.matplotlib.dates/AutoDateLocator` has a default of
8
-`interval_multiples=True` that attempts to align ticks with the start of
+The `matplotlib.dates.AutoDateLocator` has a default of
+``interval_multiples=True`` that attempts to align ticks with the start of
9
meaningful intervals like the start of the month, or start of the day, etc.
10
That lead to approximately 140-day intervals being mapped to the first and 22nd
11
of the month. This has now been changed so that it chooses the first and
0 commit comments