Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rusmux/custom-plotly-templates
- Owner: rusmux
- License: mit
- Created: 2022-10-23T10:50:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T14:01:37.000Z (over 1 year ago)
- Last Synced: 2024-10-07T10:11:32.966Z (about 1 month ago)
- Topics: config, plotly, template
- Language: Makefile
- Homepage: https://pypi.org/project/custom-plotly-templates/
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_configset_template("custom_white")
set_render_config()
```