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

Skip to content

Commit 96fb4ea

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

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
@@ -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)