Skip to main content

teeplot automatically saves a copy of rendered Jupyter notebook plots

Project description

teeplot

https://img.shields.io/pypi/v/teeplot.svg https://img.shields.io/travis/mmore500/teeplot.svg Documentation Status

teeplot automatically saves a copy of rendered Jupyter notebook plots

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


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.4.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

teeplot-0.4.0-py2.py3-none-any.whl (4.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file teeplot-0.4.0.tar.gz.

File metadata

  • Download URL: teeplot-0.4.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for teeplot-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ceed8eb3fc20255495f156828854dd5c9e2a82fe55342e541b7b0c9016cad1c3
MD5 d68a7c1260b26afb0c44aa73679f806a
BLAKE2b-256 62410fe344c7604812573e9f04ecedc3c902ef973983b514aa241945e09ee830

See more details on using hashes here.

File details

Details for the file teeplot-0.4.0-py2.py3-none-any.whl.

File metadata

  • Download URL: teeplot-0.4.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for teeplot-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cfcb238d0bf7ad9ce11d15491a904a4b99500cf42d7312db7f4d777db5fe717c
MD5 7f0b6c8fdf8c89c08becc9e99faf4da5
BLAKE2b-256 c28a06cf9225194eda4bd257573503ae1fdb9d86247b4b3f4cf13dd3dbe15326

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page