teeplot automatically saves a copy of rendered Jupyter notebook plots
Project description
teeplot
teeplot automatically saves a copy of rendered Jupyter notebook plots
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.6.0.tar.gz
(11.5 kB
view hashes)
Built Distribution
Close
Hashes for teeplot-0.6.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e6e145d3c9b0d768b3ec69ba68863e545a854f69697b474c009823c2a39b199 |
|
MD5 | b8db357b0c1fbb10ddf1d3d8ef906771 |
|
BLAKE2b-256 | 56eb4c3469cd74068be893c0349666dd0c439f266565e216a2ac7e74c6fe6554 |