Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rusmux/custom-plotly-templates

Custom templates and configurations for Plotly
https://github.com/rusmux/custom-plotly-templates

config plotly template

Last synced: 19 days ago
JSON representation

Custom templates and configurations for Plotly

Awesome Lists containing this project

README

        

# Custom plotly templates

[![PyPI](https://img.shields.io/pypi/v/custom-plotly-templates?color=brightgreen)](https://pypi.org/project/custom-plotly-templates/)

[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://wemake-python-styleguide.readthedocs.io/en/latest/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

Custom templates and configurations for Plotly. Developed primary for my personal use.

Can be installed with `pip install custom-plotly-templates`.

# Usage

```Python
from custom_plotly_templates import set_template, set_render_config

set_template("custom_white")
set_render_config()
```