MyNixOS website logo

Add terms to the matplotlibrc file to control the default matplotlib behavior.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  backend = "Qt5Agg";
  axes = {
    grid = true;
    facecolor = "black";
    edgecolor = "FF9900";
  };
  grid.color = "FF9900";
}