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

Skip to content

Commit a06d53a

Browse files
committed
ENH: newdate formatter
1 parent 14222ca commit a06d53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class AutoDateLocator(DateLocator):
13101310
locations.
13111311
"""
13121312
def __init__(self, tz=None, minticks=5, maxticks=None,
1313-
interval_multiples=True):
1313+
interval_multiples=False):
13141314
"""
13151315
*minticks* is the minimum number of ticks desired, which is used to
13161316
select the type of ticking (yearly, monthly, etc.).

0 commit comments

Comments
 (0)