Matplotlib ColorMap Info 1

Visually differentiated colors

import matplotlib as plt
cmap = plt.cm.get_cmap('tab20c')
colors = np.array(cmap.colors)

Other options that work are ‘tab10c’, ‘tab20_r’.


Compositing images with tthe object masks

To blend images with object masks

I need to highlight these ==very important words==.