Would anyone have a "quick and dirty" code sample to create an svg
output of a sample math equation using matplotlib?
>
André
>
Hi André,
>
maybe that's not what you want be there's something like this here (a
converter from DVI to SVG in pure Python), look at the samples at the bottom
of the page:
> http://www.wmula.republika.pl/proj/p...x.html#samples
Your project looks very interesting; however, I figured out a way to
do it. It required doing a bit of playing around with one
comprehensive examples on the matplotlib gallery.
Comment