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.2.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.2.0.tar.gz.
File metadata
- Download URL: vaxa_plotly_branding-3.2.0.tar.gz
- Upload date:
- Size: 114.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487dcf9ba944e1e9757f91c157591cf81ed0659014316b14d68272f46d0812a3
|
|
| MD5 |
c9be204fbb917296fd9aea86919f54a5
|
|
| BLAKE2b-256 |
228cc560956bbdcd4842861746e47d8bbc939c73f0f00dc98f2d9f43911c451f
|
File details
Details for the file vaxa_plotly_branding-3.2.0-py3-none-any.whl.
File metadata
- Download URL: vaxa_plotly_branding-3.2.0-py3-none-any.whl
- Upload date:
- Size: 115.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d6150fa1ddf581876e25f47f236365135edb5eb6caf5cad9f14c84c6ecbb58a
|
|
| MD5 |
39ea1673b889d7b5902c0e4d4eb26b08
|
|
| BLAKE2b-256 |
69ad1eda7046fd74104a8e7fda1d49b9f6a32a87f1e1b9282f1c6e032d461aee
|