graph-stats-book icon indicating copy to clipboard operation
graph-stats-book copied to clipboard

Change color schemes to new colors

Open ebridge2 opened this issue 3 years ago • 2 comments

See: bottom of readme.

Add function that pulls the appropriate colorbrewer pallate from seaborne

ebridge2 avatar Jun 30 '21 18:06 ebridge2

PRoduce cmaps that can be imported with all color combiinations we will want

ebridge2 avatar Jul 06 '21 18:07 ebridge2

  • Qualitative: cm.get_cmap('Paired')
  • Divergent: continuous cm.get_cmap('RdBu'), discrete cm.get_cmap('RdBu', nbreaks)
  • Sequential: continuous cm.get_cmap('Purples'), discrete cm.get_cmap('Purples', nbreaks)

ebridge2 avatar Jul 08 '21 16:07 ebridge2