Organize and version your matplotlib figures as PDFs
Project description
pdfplot 
pdfplot is a Python library for easily managing your matplotlib figures as PDF files.
Installation
Use the package manager pip to install pdfplot.
pip install pdfplot
Usage
import pdfplot
fig, ax = pdfplot.make_fig()
ax.plot([0, 1, 2, 3], [4, 3, 2, 1])
ax.set_title('First Plot plot!')
fig, ax = pdfplot.make_fig()
ax.plot([0, 1, 2, 3], [1, 2, 3, 4])
ax.set_title('Second plot!')
pdfplot.save_figs(folder='figures')
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
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
pdfplot-0.0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file pdfplot-0.0.3.tar.gz.
File metadata
- Download URL: pdfplot-0.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccad6a6fdc9ac337b86b8c4e4d102b444b17ac729c691923330adacba954ad61
|
|
| MD5 |
32129e021d2de513cea42075f4a5a80f
|
|
| BLAKE2b-256 |
c491244a5e08d2d5b02c268dc8a497bcae336f2aa7cef1cf6f25106f0db6f2aa
|