This is Changelog for the pandas2pgfplots project developed by Fanda Blahoudek. The project provides a basic functionality to produce pgfplots code from pandas DataFrames.
display
module that can display plots as SVG in Jupyter- wrapper class
Plot
that renders plots in Jupyter as SVG and pgfplots code as string in Python console.
tikzify
changed totikzify_dict
tikzify_dict
now works on nested dicts- functions producing plots return a
Plot
object instead of string
- Requires now itikz and working installation of TeX
0.1.0 — 2020-05-08
tikzify
function that converts a dictionary of key-value pairs into a string that can be passed as tikz options- scatter plot (function
scatter
) - cactus plot (function
cactus
)