seaborn.
set
(context='notebook', style='darkgrid', palette='deep', font='sans-serif', font_scale=1, color_codes=True, rc=None)¶Set aesthetic parameters in one step.
Each set of parameters can be set directly or temporarily, see the referenced functions below for more information.
Plotting context parameters, see plotting_context()
Axes style parameters, see axes_style()
Color palette, see color_palette()
Font family, see matplotlib font manager.
Separate scaling factor to independently scale the size of the font elements.
If True
and palette
is a seaborn palette, remap the shorthand
color codes (e.g. “b”, “g”, “r”, etc.) to the colors from this palette.
Dictionary of rc parameter mappings to override the above.