No project description provided
Project description
Automatically brands Plotly charts with Vaxa Analytics branding.
Installation
```bash
pip install vaxa_plotly_branding
```
Usage
```python
import plotly.express as px
import vaxa_plotly_branding
# use templates manually
px.line().update_layout(template='vaxa_analytics')
px.line().update_layout(template='vaxa_analytics_no_logo')
# or register by default
from vaxa_plotly_branding import default_to_vaxa_analytics_template
default_to_vaxa_analytics_template()
px.line() # will use vaxa_analytics template by default
from vaxa_plotly_branding import default_to_vaxa_analytics_no_logo_template
default_to_vaxa_analytics_no_logo_template()
px.line() # will use vaxa_analytics_no_logo template by default
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vaxa_plotly_branding-2.0.1.tar.gz
(114.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vaxa_plotly_branding-2.0.1.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-2.0.1.tar.gz
- Upload date:
- Size: 114.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b538b7494dcc9df14687d48f14ce1a0f88c224335ded8c2d97e09c34c89543b5
|
|
| MD5 |
551ec28b2ed5dc21c772f25fed15a74c
|
|
| BLAKE2b-256 |
e00be29d58b1fdb5a8954b85bd09b415b4035779616aeb3af2471dc77b200625
|
File details
Details for the file vaxa_plotly_branding-2.0.1-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-2.0.1-py3-none-any.whl
- Upload date:
- Size: 114.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa5350d37e58da6ec66cb0d834c49b0af11d5c5423d98dbc1b92d61ded949ca2
|
|
| MD5 |
e7eaf4847e13568cc22a9ee2ed498c1b
|
|
| BLAKE2b-256 |
a31567aedf11c67bbacb9936f4b6bb38b01d406732b3d01d89ab734e0eb0748f
|