The plot object has a `save` method. Calling it with a filename ending
on `".svg"` should be enough if you use the matplotlib backend. The
capabilities of the plotting module depend a lot on the backend that
you are using.

>>> a=plot(...)
>>> a.save("*.svg")

On 19 June 2013 09:32,  <a.ja...@gmail.com> wrote:
> Hello everybody, bonjour tout le monde,
> I wonder if there's a way to export sympy plots to svg, as savefig with
> matplotlib ?
> Actually my aim is to convert this svg file to tkz from inkscape...
>
> thank you,
> merci d'avance,
>
> alex
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to