Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```