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.0.1.tar.gz (10.2 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.0.1-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: teeplot-0.0.1.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for teeplot-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2fcf7c2bea5e02fd0e54b4b5e5b6962464f9960ff6aae5ea0c039fd5810096f4
MD5 c883980c59e20481d94fd33d703787cb
BLAKE2b-256 b0f10c5143f879b84094a37f6b4f585becbfe356588a046994ac7aa415736a33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: teeplot-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for teeplot-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6eaa2c72801662adbd308aba4ba35763f5fdc78f96006f07288dcbdb873d9f06
MD5 24d8437782cecc083aed38982a8621c0
BLAKE2b-256 523efaf8f68daad02d6d86ad866e3930200e0e724fde47c5fb3f7781c7c856c1

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