Alessandro - 2020-10-23

I would like to share with you guys Autogpy, or Autognuplotpy, a package I've been developing in the last months.

https://github.com/acorbe/autogpy

I aimed at effective and automated generation of gnuplot (tikz/latex) figures from python.
This streamlines a lot my work as a researcher.

example

autogpy (now v0.3.2) manages

  • gnuplot scripts,
  • suitable data dumping,
  • makefile
  • code snippets to send the figure over servers and/or include it in latex documents.
    It supports both a syntax close to gnuplot and close to matplotlib.

The github repo includes examples and a short movie on how it works.

Hope you guys can check it out and provide some feedback.

Cheers!