nschloe / tikzplotlib

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

Don't duplicate plot instructions to tikz #610

Open JasonGross opened 5 months ago

JasonGross commented 5 months ago

Fixes #609 Fixes #611 Closes #612

We avoid duplicating \addplot instructions in the code, thereby avoiding quadratic blowup in the generated code. Presumably this should at some point instead be redesigned to avoid the quadratic blowup.