From: Fernando P. <fpe...@gm...> - 2010-09-05 21:16:00
|
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 |