graph-stats-book
graph-stats-book copied to clipboard
Change color schemes to new colors
See: bottom of readme.
Add function that pulls the appropriate colorbrewer pallate from seaborne
PRoduce cmaps that can be imported with all color combiinations we will want
- Qualitative:
cm.get_cmap('Paired')
- Divergent: continuous
cm.get_cmap('RdBu')
, discretecm.get_cmap('RdBu', nbreaks)
- Sequential: continuous
cm.get_cmap('Purples')
, discretecm.get_cmap('Purples', nbreaks)