tepkit.utils.mpl_tools.color_tools

tepkit.utils.mpl_tools.color_tools#

Attributes#

Colormap

Functions#

get_colormap(→ Colormap)

根据名称返回 Colormap

get_colors(→ list[str])

根据风格名称返回颜色列表

get_color(→ str)

根据颜色名称返回颜色值

test1()

Module Contents#

Colormap
get_colormap(style: str) Colormap#

根据名称返回 Colormap

get_colors(style: str = 'tepkit_smart') list[str]#

根据风格名称返回颜色列表

get_color(name: str, style: str = 'tepkit_smart') str#

根据颜色名称返回颜色值

test1()#