File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1135,10 +1135,10 @@ def validate_animation_writer_path(p):
11351135 'date.autoformatter.year' : ['%Y' , six .text_type ],
11361136 'date.autoformatter.month' : ['%Y-%m' , six .text_type ],
11371137 'date.autoformatter.day' : ['%Y-%m-%d' , six .text_type ],
1138- 'date.autoformatter.hour' : ['%H:%M ' , six .text_type ],
1139- 'date.autoformatter.minute' : ['%H:%M:%S ' , six .text_type ],
1138+ 'date.autoformatter.hour' : ['%m-%d %H ' , six .text_type ],
1139+ 'date.autoformatter.minute' : ['%d % H:%M' , six .text_type ],
11401140 'date.autoformatter.second' : ['%H:%M:%S' , six .text_type ],
1141- 'date.autoformatter.microsecond' : ['%H:% M:%S.%f' , six .text_type ],
1141+ 'date.autoformatter.microsecond' : ['%M:%S.%f' , six .text_type ],
11421142
11431143 #legend properties
11441144 'legend.fancybox' : [True , validate_bool ],
Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ backend : $TEMPLATE_BACKEND
363363# date.autoformatter.year : %Y
364364# date.autoformatter.month : %Y-%m
365365# date.autoformatter.day : %Y-%m-%d
366- # date.autoformatter.hour : %H:%M
367- # date.autoformatter.minute : %H:%M:%S
366+ # date.autoformatter.hour : %m-%d %H
367+ # date.autoformatter.minute : %d % H:%M
368368# date.autoformatter.second : %H:%M:%S
369- # date.autoformatter.microsecond : %H:% M:%S.%f
369+ # date.autoformatter.microsecond : %M:%S.%f
370370
371371### TICKS
372372# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
You can’t perform that action at this time.
0 commit comments