ReCoDE_MCMCFF/learning/assets/matplotlibrc.json
2022-06-09 10:34:39 +02:00

15 lines
355 B
JSON

{
"lines.linewidth": 2.0,
"axes.edgecolor": "#bcbcbc",
"patch.linewidth": 0.5,
"legend.fancybox": true,
"axes.facecolor": "#eeeeee",
"axes.labelsize": "large",
"axes.grid": true,
"patch.edgecolor": "#eeeeee",
"axes.titlesize": "x-large",
"svg.fonttype": "path",
"figure.dpi": 100,
"figure.figsize": [5,5]
}