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.1.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.1.0.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-2.1.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 |
b1f1e6bec7abbb5758e76434ba0797a6e1d2f1a79705bbe15c6525b7fa9e1be7
|
|
| MD5 |
b1af59b2ce851d5a6a6a2c100e6b70eb
|
|
| BLAKE2b-256 |
63f45f8f38564864258e463e1e183ca06d9f59bd11fbd0eedd6ac57e967fe5c4
|
File details
Details for the file vaxa_plotly_branding-2.1.0-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-2.1.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 |
d707b25c9c8871aebb5424b343766022dadb7bd43c252c0e596af21c1c140260
|
|
| MD5 |
3a94ebdc1b66e342e65e2daf1d91ddbd
|
|
| BLAKE2b-256 |
53607ce3a500825eef3fd368ab0f0a9589786c3c916ce7ecc1d07b2ae1325cad
|