[Matplotlib-users] [ANN] IPython 1.0 is finally released, nearly 12 years in the making!

2013-08-08 Thread Fernando Perez
Hi all, I am incredibly thrilled, on behalf of the amazing IPython Dev Team, to announce the official release of IPython 1.0 today, an effort nearly 12 years in the making. The previous version (0.13) was released on June 30, 2012, and in this development cycle we had: ~12 months of work. ~700 p

Re: [Matplotlib-users] ion() is not working

2013-08-08 Thread Eric Firing
On 2013/08/08 12:33 AM, bruno.pace wrote: > Hey all! > > I have been using interactive mode inside classes for a long time, but now > I'm just trying to use it in a Shell (idle or even in terminal) and it's not > working. > > I try even simple stuff like: > > import matplotlib.pyplot as plt > > plt

[Matplotlib-users] ion() is not working

2013-08-08 Thread bruno.pace
Hey all! I have been using interactive mode inside classes for a long time, but now I'm just trying to use it in a Shell (idle or even in terminal) and it's not working. I try even simple stuff like: import matplotlib.pyplot as plt plt.ion() plt.plot([1.6,2.7]) plt.draw() I have found in a to