Skip to content

Instantly share code, notes, and snippets.

@ReneHamburger1993
ReneHamburger1993 / fancy_cmaps.py
Created June 20, 2020 19:17 — forked from dmyersturnbull/fancy_cmaps.py
Nice extra colormaps for matplotlib.
class FancyCmaps:
"""
Useful colormaps for matplotlib. Most importantly:
- white_red
- white_blue
- blue_white
- white_black
The built-in matplotlib ones don't actually go between pure color values!!
For ex, 'Greys' doesn't go from pure white to pure black!
So colormaps to consider avoiding include Greys, Blues, Greens, (etc), bwr, and seismic.