Parameters
- h_neg,h_pos:[0,359]
定位在负数与正数色调范围 - s:[0,100],可选
定位饱和度 - l:[0,100],可选
定位亮度 - n:int,可选
如果不返回cmap,将返回颜色数字 - center:{“light”,“dark”},可选
调色板中心是亮还是暗 - as_cmap:布尔,可选
如果为真,返回matplotlib colormap 对象;否则返回一个颜色列表
Returns
- palette or cmap:seaborn color palette 或者matplotlib colormap
颜色的类表对象(RGB元组),或者colormap能够映射连续的值到颜色,决定于 as_cmap 参数
网友评论