Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmiguel/peepomap
Just some extra Peepo-Powered Matplotlib colormaps.
https://github.com/ericmiguel/peepomap
colormaps matplotlib python
Last synced: 7 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:55:07.000Z (10 months ago)
- Last Synced: 2024-12-16T06:35:40.183Z (about 1 month 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
# ![PeepoPing_48x48](https://user-images.githubusercontent.com/12076399/201158312-96136d13-5a86-4aba-8a16-7cfc978b16dc.png) Peepomap
Just some extra Peepo-Powered Matplotlib colormaps.
## 📦 Installation
```bash
pip install peepomap
```## 🎨 Colormaps
```python
import peepomappeepomap.tools.display_colormaps(pepomap.cmaps)
```![pepomap_colormaps_darkbg](samples/pepomap_colormaps_darkbg.png#gh-dark-mode-only)
![pepomap_colormaps_lightbg](samples/pepomap_colormaps_lightbg.png#gh-light-mode-only)
## 💻 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
```