colors

colorsはmatplotlibのサブ(下位)パッケージで,colormapを操作する.

matplotlibの標準のカラーマップはここで見ることができる.標準カラーマップの名前の最後に"_r"をつけると,順序を逆転したカラーマップを得ることができる.たとえば,RdYlBuの逆がRdYiBu_rである.

colors is a sub-package of matplotlib, and works on colormap.

You can see the standard colormap of matplotlib here. You can get an inverse colormap by adding "_r" at the end of the standard colormap name. For example, the inverse of RdYlBu is RdYlBu_r.