|
23 | 23 | # |
24 | 24 | # Colors: for the color values below, you can either use - a |
25 | 25 | # 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 |
27 | 27 | # grayscale intensity such as 0.75 - a legal html color name, e.g., red, |
28 | 28 | # blue, darkslategray |
29 | 29 |
|
@@ -105,7 +105,7 @@ backend : $TEMPLATE_BACKEND |
105 | 105 | #patch.linewidth : None # edge width in points. |
106 | 106 | # If None, use axes.linewidth when patch |
107 | 107 | # is not filled. |
108 | | -#patch.facecolor : #1f77b4 |
| 108 | +#patch.facecolor : 1f77b4 |
109 | 109 | #patch.edgecolor : black |
110 | 110 | #patch.antialiased : True # render patches in antialiased (no jaggies) |
111 | 111 |
|
@@ -321,9 +321,9 @@ backend : $TEMPLATE_BACKEND |
321 | 321 | # rather than hyphen. See |
322 | 322 | # http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes |
323 | 323 | #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']) |
327 | 327 | # color cycle for plot lines |
328 | 328 | # as list of string colorspecs: |
329 | 329 | # single letter, long name, or |
@@ -383,7 +383,7 @@ backend : $TEMPLATE_BACKEND |
383 | 383 |
|
384 | 384 |
|
385 | 385 | ### GRIDS |
386 | | -#grid.color : '#b0b0b0' # grid color |
| 386 | +#grid.color : b0b0b0 # grid color |
387 | 387 | #grid.linestyle : - # solid |
388 | 388 | #grid.linewidth : 1.0 # in points |
389 | 389 | #grid.alpha : 1.0 # transparency, between 0.0 and 1.0 |
|
0 commit comments