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
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
pltsave-0.0.1.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pltsave-0.0.1.tar.gz.
File metadata
- Download URL: pltsave-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27e5a2a854abac76a5a8c0fd101b96d49bff079d2fafc5b64795b186492d2325
|
|
| MD5 |
317c6df766ad4519241bbca1978d48ef
|
|
| BLAKE2b-256 |
baf7db72aac854f7391cb74a7bc0f4f50700a45992d2b6f16d7ffe9afb01d421
|
File details
Details for the file pltsave-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pltsave-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113e29562af0a079b000a8f21ce00c06ef0a3cebc7c08324114ce61793b2f47c
|
|
| MD5 |
6289d6544b14a6bef463466d1fc81dba
|
|
| BLAKE2b-256 |
61124d65002fd35f4de19a775a32a6172e96ca7b142ee014e50c5263490a6c5a
|