Just some extra Peepo-Powered Matplotlib colormaps.
pip install peepomap
import peepomap
peepomap.tools.display_colormaps(pepomap.cmaps)
Simple import and choose a colormap from the above list by it`s name.
import peepomap
cmap = peepomap.cmaps["storm"]
Create the virtual env using Poetry:
poetry install