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")
> --
> 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+un...@googlegroups.com.
> To post to this group, send email to
sy...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sympy.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>