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.6.0.tar.gz (11.5 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.6.0-py2.py3-none-any.whl (4.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: teeplot-0.6.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for teeplot-0.6.0.tar.gz
Algorithm Hash digest
SHA256 e621fb7ed168a009efdfbf2d910dcae0e7202c4c10f1fb00daa841499abb7c63
MD5 3084861643d6ea4a3bc6b1df05551766
BLAKE2b-256 1cc4e7263a3ecc028011260a5d168c17ff9e33551e8a165fc1d0af67074fdaf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: teeplot-0.6.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for teeplot-0.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7e6e145d3c9b0d768b3ec69ba68863e545a854f69697b474c009823c2a39b199
MD5 b8db357b0c1fbb10ddf1d3d8ef906771
BLAKE2b-256 56eb4c3469cd74068be893c0349666dd0c439f266565e216a2ac7e74c6fe6554

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