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 96fb4ea

Browse filesBrowse files
committed
Merge pull request #5979 from tacaswell/fix_matplotlibrctemplate
MNT: remove '#' from matplotlibrc
2 parents e64a0a1 + 6c4a36b commit 96fb4ea
Copy full SHA for 96fb4ea

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
@@ -23,7 +23,7 @@
2323
#
2424
# Colors: for the color values below, you can either use - a
2525
# matplotlib color string, such as r, k, or b - an rgb tuple, such as
26-
# (1.0, 0.5, 0.0) - a hex string, such as ff00ff or #ff00ff - a scalar
26+
# (1.0, 0.5, 0.0) - a hex string, such as ff00ff - a scalar
2727
# grayscale intensity such as 0.75 - a legal html color name, e.g., red,
2828
# blue, darkslategray
2929

@@ -105,7 +105,7 @@ backend : $TEMPLATE_BACKEND
105105
#patch.linewidth : None # edge width in points.
106106
# If None, use axes.linewidth when patch
107107
# is not filled.
108-
#patch.facecolor : #1f77b4
108+
#patch.facecolor : 1f77b4
109109
#patch.edgecolor : black
110110
#patch.antialiased : True # render patches in antialiased (no jaggies)
111111

@@ -321,9 +321,9 @@ backend : $TEMPLATE_BACKEND
321321
# rather than hyphen. See
322322
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
323323
#axes.prop_cycle : cycler('color',
324-
# ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728',
325-
# '#9467bd', '#8c564b', '#e377c2', '#7f7f7f',
326-
# '#bcbd22', '#17becf'])
324+
# ['1f77b4', 'ff7f0e', '2ca02c', 'd62728',
325+
# '9467bd', '8c564b', 'e377c2', '7f7f7f',
326+
# 'bcbd22', '17becf'])
327327
# color cycle for plot lines
328328
# as list of string colorspecs:
329329
# single letter, long name, or
@@ -383,7 +383,7 @@ backend : $TEMPLATE_BACKEND
383383

384384

385385
### GRIDS
386-
#grid.color : '#b0b0b0' # grid color
386+
#grid.color : b0b0b0 # grid color
387387
#grid.linestyle : - # solid
388388
#grid.linewidth : 1.0 # in points
389389
#grid.alpha : 1.0 # transparency, between 0.0 and 1.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.