https://github.com/stephanielees/cmap2hex
listing colors from several colormaps in Matplotlib to HEX codes
https://github.com/stephanielees/cmap2hex
color colormap matplotlib visualization
Last synced: 2 months ago
JSON representation
listing colors from several colormaps in Matplotlib to HEX codes
- Host: GitHub
- URL: https://github.com/stephanielees/cmap2hex
- Owner: stephanielees
- Created: 2025-04-02T14:12:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T14:23:45.000Z (2 months ago)
- Last Synced: 2025-04-02T15:28:47.580Z (2 months ago)
- Topics: color, colormap, matplotlib, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I don't know about you, but sometimes I prefer having the HEX codes of a color in a Matplotlib colormap I'm using. This helps especially when I want to make a theme for my plots in a specific project. That's what this repository is for.