tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

Don't duplicate plot instructions to tikz

Open JasonGross opened this issue 1 year ago • 0 comments
trafficstars

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.

JasonGross avatar Apr 30 '24 03:04 JasonGross