File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1135,10 +1135,10 @@ def validate_animation_writer_path(p):
1135
1135
'date.autoformatter.year' : ['%Y' , six .text_type ],
1136
1136
'date.autoformatter.month' : ['%Y-%m' , six .text_type ],
1137
1137
'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 ],
1140
1140
'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 ],
1142
1142
1143
1143
#legend properties
1144
1144
'legend.fancybox' : [True , validate_bool ],
Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ backend : $TEMPLATE_BACKEND
363
363
# date.autoformatter.year : %Y
364
364
# date.autoformatter.month : %Y-%m
365
365
# 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
368
368
# date.autoformatter.second : %H:%M:%S
369
- # date.autoformatter.microsecond : %H:% M:%S.%f
369
+ # date.autoformatter.microsecond : %M:%S.%f
370
370
371
371
### TICKS
372
372
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
You can’t perform that action at this time.
0 commit comments