File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -338,12 +338,12 @@ backend : %(backend)s
338
338
# These values map to the scales:
339
339
# {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
340
340
341
- # date.autoformatter.year : ' %%Y'
342
- # date.autoformatter.month : ' %%Y-%%m'
343
- # date.autoformatter.day : ' %%Y-%%m-%%d'
344
- # date.autoformatter.hour : ' %%H:%%M'
345
- # date.autoformatter.minute : ' %%H:%%M:%%S'
346
- # date.autoformatter.second : ' %%H:%%M:%%S.%%f'
341
+ # date.autoformatter.year : %%Y
342
+ # date.autoformatter.month : %%Y-%%m
343
+ # date.autoformatter.day : %%Y-%%m-%%d
344
+ # date.autoformatter.hour : %%H:%%M
345
+ # date.autoformatter.minute : %%H:%%M:%%S
346
+ # date.autoformatter.second : %%H:%%M:%%S.%%f
347
347
348
348
### TICKS
349
349
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
You can’t perform that action at this time.
0 commit comments