PyComplexHeatmap.colors module

PyComplexHeatmap.colors.define_cmap()[source]
PyComplexHeatmap.colors.generate_quantive_colors(color, n=5, white=(0.9, 0.9, 0.9), black=(0.3, 0.3, 0.3), ret_fmt='HEX')[source]
PyComplexHeatmap.colors.get_palettable_colors()[source]

category: sequential, diverging, qualitative

PyComplexHeatmap.colors.identify_color_format(color)[source]
PyComplexHeatmap.colors.interpolate_colors(color1, color2, num_colors, fmt='RGB')[source]
PyComplexHeatmap.colors.register_cmap(c)[source]
PyComplexHeatmap.colors.register_palettable()[source]