Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.matplotlib.enable

Whether to enable matplotlib, a plotting library for python.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.matplotlib.config

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

Type: attribute set of anything

Default:

{ }

Example:

{
  axes = {
    edgecolor = "FF9900";
    facecolor = "black";
    grid = true;
  };
  backend = "Qt5Agg";
  grid = {
    color = "FF9900";
  };
}

Declared by:

programs.matplotlib.extraConfig

Additional commands for matplotlib that will be added to the matplotlibrc file.

Type: strings concatenated with ā€œ\nā€

Default:

""

Declared by: