Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.19 KB

Changelog

This is Changelog for the pandas2pgfplots project developed by Fanda Blahoudek. The project provides a basic functionality to produce pgfplots code from pandas DataFrames.

Added

  • 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.

Changed

  • tikzify changed to tikzify_dict
  • tikzify_dict now works on nested dicts
  • functions producing plots return a Plot object instead of string

Requirements

  • Requires now itikz and working installation of TeX

0.1.0 — 2020-05-08

Added

  • 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)