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: