a lightweight library that outputs the main colormaps that can be displayed by imshow in matplotlib.pyplot in numpy format at high speed. it may be more accurate to say that it is instantly usable ...
If you pass MxN, then vmin and vmax are used to normalize the data in the array, and then those numbers are passed to a colormap for mapping to RGBA values. We don't support passing arbitrary numbers ...