Small library for extracting plots used in scholarly communication.
Project description
Small library for converting and mapping plots in TeX source used in scholarly communication.
Free software: GPLv2
Documentation: https://plotextractor.readthedocs.org
Originally exported from Invenio https://github.com/inveniosoftware/invenio.
Installation
pip install plotextractor
Usage
from plotextractor import process_tarball
plots = process_tarball("/path/to/tarball.tar.gz")
print(plots[0])
{
'url': '/path/to/tarball.tar.gz_files/d15-120f3d.png',
'captions': ['The $\\rho^0$ meson properties: (a) Mass ...']
'name': 'd15-120f3d',
'label': 'fig:mass'
}
Changes
Version 0.1.0 (2015-10-19)
Initial export from Invenio Software <https://github.com/inveniosoftware/invenio>
Restructured into stripped down, standalone version
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
plotextractor-0.1.0.tar.gz
(197.1 kB
view details)
File details
Details for the file plotextractor-0.1.0.tar.gz
.
File metadata
- Download URL: plotextractor-0.1.0.tar.gz
- Upload date:
- Size: 197.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa26d52428b51ff1b32b293c3be6dcbe2e4cded4c1001126f348e99ffa58e366 |
|
MD5 | 9e506bf4aacc3d7d49e161dcd74163d2 |
|
BLAKE2b-256 | bf4767e3c6e0adba80aae046aea886b6ccfb044fe3bc6a43b1e557fed8dd01f1 |