Software


Python

pltpublish

Théo Matricon

Utility package that takes care of configuring Matplotlib for publication-ready figures!
+ import pltpublish as pub
+ pub.setup()
# your plot code using matplotlib.pyplot
~ pub.save_fig("my_fig.eps")

Without pltpublishWith pltpublish

ProgSynth

Théo Matricon et al.

The current Program Synthetizer that we are working on.