💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# seaborn.choose_light_palette > 译者:[Modrisco](https://github.com/Modrisco) ```py seaborn.choose_light_palette(input='husl', as_cmap=False) ``` 启动交互式小部件以创建亮色顺序调色板。 与 [`light_palette()`](seaborn.light_palette.html#seaborn.light_palette "seaborn.light_palette") 函数相对应。 这种调色板在数据集的范围从相对低值(不感兴趣)到相对高值(很感兴趣)时很有用。 需要 2.0 以上版本 IPython,必须在 notebook 中使用。 参数:`input`:{‘husl’, ‘hls’, ‘rgb’} > 色彩空间用于定义种子值。请注意,此默认值与 [`light_palette()`](seaborn.light_palette.html#seaborn.light_palette "seaborn.light_palette") 的默认输入值不同。 参数:`as_cmap`:bool > 如果为 True 值,则返回 matplotlib colormap 而不是离散颜色的列表。 返回值:`pal or cmap`:颜色列表或 matplotlib colormap > 可以被传递给 plotting 函数的对象。 另外 创建具有暗低值的连续调色板。创建具有亮低值的连续调色板。使用 cubehelix 创建连续调色板或者 colormap。