programs.matplotlib.config
Add terms to the matplotlibrc file to control the default matplotlib behavior.
- Type
attribute set of anything- Default
{ }- Example
{ backend = "Qt5Agg"; axes = { grid = true; facecolor = "black"; edgecolor = "FF9900"; }; grid.color = "FF9900"; }- Declared
- <home-manager/modules/programs/matplotlib.nix>