Removed gray background from 538 style.

white background renders better on cheap LCDs, and it will print better as well.
This commit is contained in:
Roger Labbe
2014-12-22 13:59:58 -08:00
parent 9e6c6ffb5f
commit 7b6acde781
26 changed files with 435 additions and 426 deletions

View File

@@ -10,7 +10,7 @@
"#6d904f",
"#8b8b8b"
],
"axes.facecolor": "#f0f0f0",
"axes.facecolor": "#ffffff",
"axes.labelsize": "large",
"axes.axisbelow": true,
"axes.grid": true,
@@ -18,7 +18,7 @@
"axes.titlesize": "x-large",
"svg.embed_char_paths": "path",
"examples.directory": "",
"figure.facecolor": "#f0f0f0",
"figure.facecolor": "#ffffff",
"grid.linestyle": "-",
"grid.linewidth": 1.0,
"grid.color": "#cbcbcb",