irfpy.ica.colormapsΒΆ

New matplotlib colormaps by Nathaniel J. Smith, Stefan van der Walt, and (in the case of viridis) Eric Firing.

Original is at https://bids.github.io/colormap

Use like this:

import irfpy.ica.colormaps as cmaps
plt.imshow(my_image, cmap=cmaps.viridis)