From: Jeff W. <js...@fa...> - 2010-09-06 13:28:00
|
On 9/5/10 6:32 PM, Fernando Perez wrote: > 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 Fernando: Got it, thanks. Sounds reasonable to me. Just playing with it a bit, one thing I found myself looking for was a way to save the entire session (inline figures included) to html. -Jeff |