xblahoud / pandas2pgfplots

LIbrary for plotting data stored in pandas DataFrames using pgfplots for LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandas2pgfplots

Pandas2pgfplots supports plotting of data stored in pandas DataFrame objects using pgfplots that is based on the amazing TikZ and PGF packages. The code generated by this package can be easily included in LaTeX documents. In Jupyter notebooks, the plots are rendered using itikz (requires working LaTeX distribution in $PATH).

Currently, the package only supports two kinds of plots:

  • scatter plots
  • cactus plots

Installation

Requirements

The Python requirements and pandas2pgfplots itself can be installed from PyPI using pip by

python3 -m pip install -U pandas2pgfplots

Usage intructions

TBA

About

LIbrary for plotting data stored in pandas DataFrames using pgfplots for LaTeX.

License:MIT License


Languages

Language:Jupyter Notebook 92.5%Language:Python 7.5%