I think that's very cool. Ondrej
On Mon, May 13, 2013 at 9:52 AM, Stefan Krastanov <[email protected]> wrote: > And I also just saw that there is already work on some of the > prerequisites here https://github.com/sympy/sympy-live/pull/65 > > On 13 May 2013 11:33, Stefan Krastanov <[email protected]> wrote: >> And just to show the required code snippet: >> >> rv = StringIO.StringIO() >> plt.savefig(rv, format="png") >> return """<img src="data:image/png;base64,%s"/>""" % >> rv.getvalue().encode("base64").strip() > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en-US. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
