programs.matplotlib.config

Home-Manager option

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 in: <home-manager/modules/programs/matplotlib.nix>source unavailable