ReCoDE_MCMCFF/docs/_static/matplotlibrc.json
gnikit 673a458761
docs: moves notebook figures to _assets for sphinx
There was an issue with static assets not being properly copied in
the sphinx documentation. The assets have now been moved to
`_static` to ensure that sphinx is able to copy them during build.
The Jupyter notebooks use the images from `_static`.
2022-07-18 16:09:50 +01:00

15 lines
356 B
JSON

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