seaborn.set_style

    This affects things like the color of the axes, whether a grid is enabled by default, and other aesthetic elements.

    参数::dict, None, or one of {darkgrid, whitegrid, dark, white, ticks}

    :dict, optional

    Parameter mappings to override the values in the preset seaborn style dictionaries. This only updates parameters that are considered part of the style definition.

    return a dict of parameters or use in a statement to temporarily set the style.set parameters to scale plot elementsset the default color palette for figures

    Examples