On 06/08/2010 04:31 AM, Benjamin Root wrote: > Todd, > > I am glad that worked for you. [...] > > Anyway, you can always call "plt.ion()" to turn interactive mode on, and > "plt.ioff()" to turn it off, or you can use ipython with the "-pylab" > argument (although I don't know if this is the same as turning > interactive mode on...).
Partly. In addition, the -pylab mode sets up a separate thread for plotting so that the command line remains active. This is not needed for every backend. (It also does "from pylab import *" so you get everything from the pyplot and numpy namespaces.) For interactive work and for debugging scripts and modules, "ipython -pylab" is highly recommended. Use the ipython "run" command to run scripts and modules for testing. Eric > > I hope this is informative. > > Ben Root ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users