graphinglib.Figure.set_rc_params#
- Figure.set_rc_params(rc_params_dict: dict[str, str | float] = {}, reset: bool = False)[source]#
Customize the visual style of the
Figure
.Any rc parameter that is not specified in the dictionary will be set to the default value for the specified
figure_style
.- Parameters:
- rc_params_dictdict[str, str | float]
Dictionary of rc parameters to update. Defaults to empty dictionary.
- resetbool
Whether or not to reset the rc parameters to the default values for the specified
figure_style
. Defaults toFalse
.