seaborn.cubehelix_palette
译者:Modrisco seaborn.cubehelix_palette(n_colors=6, start=0, rot=0.4, gamma=1.0, hue=0.8, light=0.85, dark=0.15, reverse=F...
译者:Modrisco seaborn.cubehelix_palette(n_colors=6, start=0, rot=0.4, gamma=1.0, hue=0.8, light=0.85, dark=0.15, reverse=F...
译者:Modrisco seaborn.hls_palette(n_colors=6, h=0.01, l=0.6, s=0.65) 在 HLS 色调空间中获取一组均匀间隔的颜色。 h, s, 和 l 值应该在 0 和 1 之间。 参数:n...
译者:Modrisco seaborn.husl_palette(n_colors=6, h=0.01, s=0.9, l=0.65) 在 HUSL 色调空间中获得一组均匀间隔的颜色。 h, s, 和 l 值应该在 0 和 1 之间。 参数...
译者:Modrisco seaborn.color_palette(palette=None, n_colors=None, desat=None) 返回一个颜色列表来定义一个调色板。 Available seaborn palette n...
译者:Modrisco seaborn.set_palette(palette, n_colors=None, desat=None, color_codes=False) 通过searborn调色板设置matplotlib色彩循环 参数:...
seaborn.reset_orig() Restore all RC params to original settings (respects custom rc).
seaborn.reset_defaults() Restore all RC params to default settings.
seaborn.set_color_codes(palette='deep') Change how matplotlib color shorthands are interpreted. Calling this w...
seaborn.set_context(context=None, font_scale=1, rc=None) Set the plotting context parameters. This affects things like t...
seaborn.plotting_context(context=None, font_scale=1, rc=None) Return a parameter dict to scale elements of the figure. T...