seaborn.set_style(style=None, rc=None)¶Set the aesthetic style of the plots.
This affects things like the color of the axes, whether a grid is enabled by default, and other aesthetic elements.
| Parameters: |
|
|---|
See also
axes_stylewith statement to temporarily set the style.set_contextset_paletteExamples
>>> set_style("whitegrid")
>>> set_style("ticks", {"xtick.major.size": 8, "ytick.major.size": 8})