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.0.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.0.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-2.0.0.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 |
75e822df8aac70559145b12f30d7b534b605f32c86ec75910ee0d1d356e90b69
|
|
| MD5 |
3fcb5403848d2227f1afd2b30034f681
|
|
| BLAKE2b-256 |
56801a32647870910a9b49c23b2a32aa9a7a54aa356612caf3bffc17e612c0fd
|
File details
Details for the file vaxa_plotly_branding-2.0.0-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-2.0.0-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 |
4f2f1aa7f45bde8093a675c1066d2a66aa116b46f72b361e8b8750c504b8bfd0
|
|
| MD5 |
bfffaaad62d243115d3187ce23afaa61
|
|
| BLAKE2b-256 |
48a96a93b3f2551562c6fda517378a870707d85dafdd1d54e66874f73fd3030e
|