SkillAgentSearch skills...

Pdfplot

pdfplot is a Python library for easily managing your matplotlib figures as PDF files.

Install / Use

/learn @raunakdoesdev/Pdfplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pdfplot GitHub

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

MIT

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Jan 8, 2022

No findings