scientimate.seqcolormap#

CmapAKLines, CmapAKSet1, CmapAKPaired, CmapAKExtraLines, CmapAKTab10, CBrewerSet1, CBrewerPaired, Tab10 = scientimate.seqcolormap(dispout='no')

Description#

Generate sequential colormap for drawing lines

Inputs#

dispout=’no’

Define to display outputs or not (‘yes’: display, ‘no’: not display)

Outputs#

CmapAKLines

7 Colors similar to matlab Lines in RGB (between 0 and 1)

CmapAKSet1

9 Colors similar to colorbrewer2.org Set1 in RGB (between 0 and 1)

CmapAKPaired

12 Colors similar to colorbrewer2.org Paired in RGB (between 0 and 1)

CmapAKExtraLines

15 extra line colors similar to cbrewer qualitative Paired in RGB (between 0 and 1)

CmapAKTab10

10 Colors similar to classic Tableau 10 color palettes in RGB (between 0 and 1)

CBrewerSet1

9 Colors Set1 from Cynthia Brewer’s ColorBrewer colorbrewer2.org in RGB (between 0 and 1)

CBrewerPaired

12 Colors Paired from Cynthia Brewer’s ColorBrewer colorbrewer2.org in RGB (between 0 and 1)

Tab10

10 Colors from classic Tableau 10 color palettes in RGB (between 0 and 1)

Examples#

import scientimate as sm
CmapAKLines,CmapAKSet1,CmapAKPaired,CmapAKExtraLines,CmapAKTab10,CBrewerSet1,CBrewerPaired,Tab10=sm.seqcolormap('yes')

References#

Colormap

Source