nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
MIT License
2.43k stars 218 forks source link

Feature suggestion #576

Open nomeata opened 1 year ago

nomeata commented 1 year ago

I am looking into ways to reveal parts of a matplotlib geneated plot in a LaTeX beamer presentation, and tikzplotlib seems to be tantalizing close to support that, if there was a way for it to know which plot commands to annotate with which overlay specification.

For now I’ll probably script generating many variants of the plot from python, but I thought I’ll throw this suggestion out here.