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

Skip to content

Commit 3a5b577

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

lib/matplotlib/mpl-data/stylelib/classic.mplstyle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ axes.spines.top : True
215215
polaraxes.grid : True # display grid on polar axes
216216
axes3d.grid : True # display grid on 3d axes
217217

218-
date.autoformatter.year :'%Y'
219-
date.autoformatter.month :'%b %Y'
220-
date.autoformatter.day :'%b %d %Y'
221-
date.autoformatter.hour :'%H:%M:%S'
222-
date.autoformatter.minute :'%H:%M:%S.%f'
223-
date.autoformatter.second :'%H:%M:%S.%f'
218+
date.autoformatter.year : %Y
219+
date.autoformatter.month : %b %Y
220+
date.autoformatter.day : %b %d %Y
221+
date.autoformatter.hour : %H:%M:%S
222+
date.autoformatter.minute : %H:%M:%S.%f
223+
date.autoformatter.second : %H:%M:%S.%f
224224

225225
### TICKS
226226
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick

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)