From: Jeff W. <js...@fa...> - 2010-09-06 00:26:08
|
On 9/5/10 3:15 PM, Fernando Perez wrote: > Hi Jeff, > > On Sun, Sep 5, 2010 at 10:18 AM, Jeff Whitaker<js...@fa...> wrote: >> Fernando: I've got ipython-newkernal ipythonqt working on my mac - how do I >> tell it to switch between external plot windows and inline plots? External >> windows seems to be the default... > if you start it with --rich, it will use inline plots. I'll try to > improve the code so that *both* are possible simultaneously: > interactive external windows for zooming and panning, and a function > loaded into the user's namespace, similar to show(), that would > instead embed them inline. > > Cheers, > > f 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? -Jeff |