File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Original file line number Diff line number Diff line change @@ -865,13 +865,13 @@ class AutoDateFormatter(ticker.Formatter):
865
865
defaults to ::
866
866
867
867
self.scaled = {
868
- DAYS_PER_YEAR: rcParams['date.autoformat .year'],
869
- DAYS_PER_MONTH: rcParams['date.autoformat .month'],
870
- 1: rcParams['date.autoformat .day'],
871
- 1 / HOURS_PER_DAY: rcParams['date.autoformat .hour'],
872
- 1 / MINUTES_PER_DAY: rcParams['date.autoformat .minute'],
873
- 1 / SEC_PER_DAY: rcParams['date.autoformat .second'],
874
- 1 / MUSECONDS_PER_DAY: rcParams['date.autoformat .microsecond'],
868
+ DAYS_PER_YEAR: rcParams['date.autoformatter .year'],
869
+ DAYS_PER_MONTH: rcParams['date.autoformatter .month'],
870
+ 1: rcParams['date.autoformatter .day'],
871
+ 1 / HOURS_PER_DAY: rcParams['date.autoformatter .hour'],
872
+ 1 / MINUTES_PER_DAY: rcParams['date.autoformatter .minute'],
873
+ 1 / SEC_PER_DAY: rcParams['date.autoformatter .second'],
874
+ 1 / MUSECONDS_PER_DAY: rcParams['date.autoformatter .microsecond'],
875
875
}
876
876
877
877
The formatter uses the format string corresponding to the lowest key in
You can’t perform that action at this time.
0 commit comments