Generate beautiful plots for LaTeX using your existing matplotlib-based code.
Project description
LaTeXiPy
Generate beautiful plots for LaTeX using your existing Matplotlib-based code.
You can also use this package to generate plots without using LaTeX. Just don’t run lp.latexify().
- Free software: MIT license
- Documentation: https://latexipy.readthedocs.io.
Usage
To plot in Python:
import latexipy as lp lp.latexify() # Change to a serif font that fits with most LaTeX. with lp.figure('filename'): # saves in img/ by default. draw_the_plot()
To display in LaTeX:
\usepackage{pgf} \input{filename.pgf}
See the examples directory for some example code, their resulting images, as well as an example LaTeX file and its output PDF.
Features
- Automatically generate multiple plot types, such as PDF, PNG, and PGF for LaTeX.
- Works with all Matplotlib-based packages, including Seaborn and Pandas.
- Allows for easily changing the style temporarily.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
1.0.1 (2017-08-24)
- Fix README rendering for Github and PyPI.
1.0.0 (2017-08-24)
- First release on PyPI.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size latexipy-1.0.1-py2.py3-none-any.whl (7.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size latexipy-1.0.1.tar.gz (650.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for latexipy-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 894d38c1358b7d4a050174fdbc96cdc88bc4ea8e3d40ae4b78e748ff775aed80 |
|
MD5 | b248d57e22121732acef358f4e024d5f |
|
BLAKE2-256 | 10d3ce8090c47e60a5420976f8af764bf2e0f9b9674788073a5c1b209fdf3995 |