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.0.2.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.0.2.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-3.0.2.tar.gz
- Upload date:
- Size: 114.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
999c88f9422d0a35b34eed9a29ee3d9d2f841701b1694f1b972ad35f5a090fda
|
|
| MD5 |
572a041ed49c7955c2152586c0fc3d8b
|
|
| BLAKE2b-256 |
04c2715e6bf740fc896d1938b86e562bd54b1a7baf3a2126203f2a82e56948b8
|
File details
Details for the file vaxa_plotly_branding-3.0.2-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-3.0.2-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.13 Linux/6.2.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73d76fc4928be72321be07adcdc5e052443b85c8a3a8f14cef953d0420102d55
|
|
| MD5 |
8a653ec3a42cda51cfb71b341ce05b18
|
|
| BLAKE2b-256 |
bba54beef34946d66bff9d287d344096c524394386594ef6488a6dd1267ff9cb
|