Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-tan/plotly-gruvbox-colorscheme
gruvbox colorscheme for plotly
https://github.com/josiah-tan/plotly-gruvbox-colorscheme
Last synced: 27 days ago
JSON representation
gruvbox colorscheme for plotly
- Host: GitHub
- URL: https://github.com/josiah-tan/plotly-gruvbox-colorscheme
- Owner: Josiah-tan
- License: gpl-3.0
- Created: 2024-04-27T14:17:23.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:17:25.000Z (9 months ago)
- Last Synced: 2024-11-27T21:07:59.856Z (about 1 month ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# plotly-gruvbox-colorscheme
- gruvbox colorscheme for plotly
# installation:
```
pip install plotly-gruvbox-colorscheme
```# usage:
```python
from plotly_gruvbox_colorscheme import experimental
pio.templates.default = experimental```