From: Fernando P. <fpe...@gm...> - 2010-09-06 00:32:40
|
Hi Jeff, On Sun, Sep 5, 2010 at 5:25 PM, Jeff Whitaker <js...@fa...> wrote: > Fernando: That works, but it seems like I have to run show() to make the > plot appear inline. draw() doesn't do it. Is this the expected behavior? > Yes, currently it is, because the show() you're running is actually *our* show() which we've overwritten to do the svg transport. The interface to all of this is very new and completely experimental, so we're more than happy to take suggestions/ideas/code on how to make it work better. Regards, f |