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

Skip to content

Commit aede86f

Browse files
committed
FIX: remove un-needed quotes
1 parent 324529e commit aede86f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

matplotlibrc.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,12 @@ backend : %(backend)s
338338
# These values map to the scales:
339339
# {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
340340

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
347347

348348
### TICKS
349349
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick

0 commit comments

Comments
 (0)