Skip to main content

Prototype for simple generation of LaTeX tables and plots from scientific data for use in papers.

Project description

data2latex

This project is part of my bachelor thesis which deals with data representation using Python and LaTeX.

The idea behind this package prototype is that generating LaTeX documents containing scientific data from Python should not be difficult and require many steps. Currently the package supports the creation of simple tables and two types of plots: scatter plot and line plot. The package uses the PyLaTeX package to handle the document creation and compilation process. The main data sources are arrays and data tables from the popular Numpy, SciPy and Pandas packages. A major inspiration for the package syntax is the Matplotlib.Pyplot package, which allows plots to be created in a few lines of code. This package allows the user to choose a backend for plotting: Matplotlib in Python or pgfplots in LaTeX.

Examples

print("Hello World!")

Installation

python -m pip install --upgrade pip
python -m pip install --upgrade data2latex

Developing

python -m venv .venv
./.venv/Scripts/activate
python -m pip install --upgrade pip
python -m pip install .
python -m pip install .[dev]

Generating documentation

sphinx-apidoc -o docs src/data2latex
./docs/make html

Packaging

python clear.py
python -m pip install --upgrade build
python -m build
python -m pip install ./dist/data2latex-?.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data2latex-0.0.1.tar.gz (24.0 kB view hashes)

Uploaded Source

Built Distribution

data2latex-0.0.1-py3-none-any.whl (25.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page