seaborn.plotting_context
This affects things like the size of the labels, lines, and other elements of the plot, but not the overall style. The base context is “notebook”, and the other contexts are “paper”, “talk”, and “poster”, which are version of the notebook parameters scaled by .8, 1.3, and 1.6, respectively.
This function returns an object that can be used in a statement to temporarily change the context parameters.
参数::dict, None, or one of {paper, notebook, talk, poster}
:float, optional
:dict, optional
See also
set the matplotlib parameters to scale plot elementsreturn a dict of parameters defining a figure styledefine the color palette for a plot
Examples