From: <ra...@gm...> - 2005-04-26 21:04:09
|
Hi, I just upgraded to 0.80 from 0.73.1 on a Fedora Core 3 machine. I am (and= =20 have been) using ipython 0.6.13 as my shell. After the upgrade, plots from= =20 scripts are no longer interactive - I need an explicit call to pylab.show()= =20 to show the plots.=20 Do I need to update some settings? I am using the GTKAgg backend with all=20 default parameters (no user-specific .matplotlibrc) and I compiled matplotl= ib=20 from sources. Here is a simple script that no longer updates 100 times but= =20 just shows once: import scipy import matplotlib from matplotlib import pylab #matplotlib.interactive(True) for x in scipy.arange(100): pylab.plot(scipy.randn(1000)+x) =46rom the ipython prompt, I issued the command run scriptAbove.py where ipython was invoked as follows: ipython -pylab -p scipy Is this an ipython issue or a matplotlib issue? Any help greatly appreciate= d. Regards, Ravi |