teeplot automatically saves a copy of rendered Jupyter notebook plots
Project description
teeplot organizes saving data visualizations, automatically picking meaningful names based on semantic plotting variables
Free software: MIT license
Documentation: https://teeplot.readthedocs.io.
from teeplot import teeplot as tp
import seaborn as sns
# adapted from https://seaborn.pydata.org/examples/errorband_lineplots.html
tp.tee(
sns.lineplot,
x='timepoint',
y='signal',
hue='region',
style='event',
data=sns.load_dataset('fmri'),
teeplot_outattrs={
'additional' : 'metadata',
'for' : 'output-filename',
},
)
tp.tee(
sns.catplot,
data=sns.load_dataset('penguins'),
kind='bar',
x='species',
y='body_mass_g',
hue='sex',
ci='sd',
palette='dark',
alpha=.6,
height=6,
)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2021-04-01)
First release on PyPI.
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
teeplot-0.7.0.tar.gz
(253.7 kB
view hashes)
Built Distribution
Close
Hashes for teeplot-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a756dd2fe20e2f3a1b63634c330fd7fd00d99de408f9b89708430bc20a76605 |
|
MD5 | c242e0c6f848eddae73558fffeca4925 |
|
BLAKE2b-256 | cdf7474fe53847e01ec2044c4e003dd0c88a534082e5f26e02a7797570309816 |