Skip to main content

Matplotlib backend defining export to pickle (extension .pkl or .pickle).

Project description

Matplotlib backend defining export to pickle (extension .pkl or .pickle).

Latest version on PyPi licence Python versions supported

Issue tracker Travis CI build status Documentation Status Test coverage

Interactive usage:

>>> import pickleback
>>> pickleback.register()
>>> my_figure.savefig('/path/to/output.pkl')  # doctest: +SKIP

Script-based usage, assuming my script uses savefig to the path specified by -o:

$ python -m pickleback /path/to/myscript.py -o /path/to/output.pkl

or:

$ python -m pickleback -m my_module.command -o /path/to/output.pkl

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

pickleback-0.1a2.tar.gz (3.7 kB view hashes)

Uploaded Source

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