Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aede86f

Browse filesBrowse files
committed
FIX: remove un-needed quotes
1 parent 324529e commit aede86f
Copy full SHA for aede86f

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎matplotlibrc.template

Copy file name to clipboardExpand all lines: matplotlibrc.template
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.