Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 801 Bytes

PeepoPing_48x48 Peepomap

Just some extra Peepo-Powered Matplotlib colormaps.

📦 Installation

pip install peepomap

🎨 Colormaps

import peepomap

peepomap.tools.display_colormaps(pepomap.cmaps)

pepomap_colormaps_darkbg

pepomap_colormaps_lightbg

💻 How to use

Simple import and choose a colormap from the above list by it`s name.

import peepomap

cmap = peepomap.cmaps["storm"]

🏗️ Development

Create the virtual env using Poetry:

poetry install