Skip to main content

Data management library to save data and plots to hdf5 files

Project description

Install

pip install pltsave

Installation in dev mode

pip install -e .[dev]

or

python setup.py develop

Usage

Save a figure:

import pltsave

figure_info = pltsave.dumps(fig)

Load the figure

fig2 = plt.figure()
pltsave.load_fig(fig2, figure_info)

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

pltsave-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pltsave-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

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