Seaborn-like API for some plotly plots
Project description
Bornly
Seaborn-like API, but with plotly under the hood.
Installation
Note: the $
is not part of the command:
$ pip install -U bornly
Demo
import bornly as bs
import seaborn as sns
fmri = sns.load_dataset("fmri")
sns.lineplot(data=fmri, x="timepoint", y="signal", hue="event")
bs.lineplot(data=fmri, x='timepoint', y='signal', hue='event')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bornly-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file bornly-0.1.0.tar.gz
.
File metadata
- Download URL: bornly-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cfc3e9aa6cb518f4295a33bba5dd1153f2a6c43184b9b233fc1a678fc41a00 |
|
MD5 | d06df7b7cd001af531720ea7fd33843a |
|
BLAKE2b-256 | a3bfbad8edc87b2d1cf4a43b2aa538fa9176b152ced15439c22ceecd73bbaaed |
Provenance
File details
Details for the file bornly-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: bornly-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c533b3e0775325f4e666a1fca61f4a20bff1e44030b850811df08b30326e707c |
|
MD5 | ee75825fc0583b8f7f4ce2b65a835fe9 |
|
BLAKE2b-256 | 1a2759ac420dd785099c418f8a9ce8f6a02ff3157735518064a617369f98ea41 |