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-3.1.0.tar.gz
(114.8 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-3.1.0.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-3.1.0.tar.gz
- Upload date:
- Size: 114.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4898fa648f8408190a1bc6868a3c4c743aa47281e956d446929edd57be99cec
|
|
| MD5 |
b8daae7ebe59496c028156541a639478
|
|
| BLAKE2b-256 |
00a16a659e2f4f8b398a3f1f37f5a132ccb61ba9070946b3b1fa9b21b197dcad
|
File details
Details for the file vaxa_plotly_branding-3.1.0-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-3.1.0-py3-none-any.whl
- Upload date:
- Size: 114.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf3ba486af371be834416ab6673611c3bcba0a61eba98aa3b0e49f9a9f2f4423
|
|
| MD5 |
336e2fa9f5bb16d025f735cc9c1ee2ec
|
|
| BLAKE2b-256 |
4fb98b994ed7e0e2fa23e1b96ba23a5ac4128d3594d4f29592e3d19cfe406c5b
|