2014-12-22 22:34:50 +01:00
|
|
|
{
|
|
|
|
"lines.linewidth": 2.0,
|
|
|
|
"examples.download": true,
|
|
|
|
"patch.linewidth": 0.5,
|
|
|
|
"legend.fancybox": true,
|
|
|
|
"axes.color_cycle": [
|
|
|
|
"#30a2da",
|
|
|
|
"#fc4f30",
|
|
|
|
"#6d904f",
|
2015-01-14 20:06:09 +01:00
|
|
|
"#8b8b8b",
|
|
|
|
"#e5ae38"
|
|
|
|
|
2014-12-22 22:34:50 +01:00
|
|
|
],
|
2014-12-22 22:59:58 +01:00
|
|
|
"axes.facecolor": "#ffffff",
|
2014-12-22 22:34:50 +01:00
|
|
|
"axes.labelsize": "large",
|
|
|
|
"axes.axisbelow": true,
|
|
|
|
"axes.grid": true,
|
|
|
|
"patch.edgecolor": "#f0f0f0",
|
|
|
|
"axes.titlesize": "x-large",
|
|
|
|
"svg.embed_char_paths": "path",
|
|
|
|
"examples.directory": "",
|
2014-12-22 22:59:58 +01:00
|
|
|
"figure.facecolor": "#ffffff",
|
2014-12-22 22:34:50 +01:00
|
|
|
"grid.linestyle": "-",
|
|
|
|
"grid.linewidth": 1.0,
|
|
|
|
"grid.color": "#cbcbcb",
|
|
|
|
"axes.edgecolor":"#f0f0f0",
|
|
|
|
"xtick.major.size": 0,
|
|
|
|
"xtick.minor.size": 0,
|
|
|
|
"ytick.major.size": 0,
|
|
|
|
"ytick.minor.size": 0,
|
|
|
|
"axes.linewidth": 3.0,
|
|
|
|
"font.size":14.0,
|
|
|
|
"lines.linewidth": 2,
|
|
|
|
"lines.solid_capstyle": "butt",
|
|
|
|
"savefig.edgecolor": "#f0f0f0",
|
|
|
|
"savefig.facecolor": "#f0f0f0",
|
|
|
|
"figure.subplot.left" : 0.08,
|
|
|
|
"figure.subplot.right" : 0.95,
|
|
|
|
"figure.subplot.bottom" : 0.07,
|
|
|
|
"figure.subplot.hspace" : 0.5
|
|
|
|
}
|