https://github.com/ericmiguel/peepomap
Just some extra Peepo-Powered Matplotlib colormaps.
https://github.com/ericmiguel/peepomap
colormaps matplotlib python
Last synced: 6 months ago
JSON representation
Just some extra Peepo-Powered Matplotlib colormaps.
- Host: GitHub
- URL: https://github.com/ericmiguel/peepomap
- Owner: ericmiguel
- License: mit
- Created: 2021-11-29T18:17:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:55:07.000Z (over 1 year ago)
- Last Synced: 2024-12-16T06:35:40.183Z (7 months ago)
- Topics: colormaps, matplotlib, python
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Peepomap
Just some extra Peepo-Powered Matplotlib colormaps.
## 📦 Installation
```bash
pip install peepomap
```## 🎨 Colormaps
```python
import peepomappeepomap.tools.display_colormaps(pepomap.cmaps)
```

## 💻 How to use
Simple import and choose a colormap from the above list by it`s name.
```python
import peepomapcmap = peepomap.cmaps["storm"]
```## 🏗️ Development
Create the virtual env using [Poetry](https://github.com/python-poetry/poetry):
```bash
poetry install
```