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
Release files for pdfplot 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdfplot-0.0.3.tar.gz | 2.4 kB | Details |
Release files / pdfplot-0.0.3.tar.gz
| Download URL | pdfplot-0.0.3.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ccad6a6fdc9ac337b86b8c4e4d102b444b17ac729c691923330adacba954ad61
|
|
BLAKE2b-256 checksum How to use checksums |
c491244a5e08d2d5b02c268dc8a497bcae336f2aa7cef1cf6f25106f0db6f2aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|