Re: [Matplotlib-users] How to keep figure instead of flashing

2009-02-24 Thread Ryan May
On Mon, Feb 23, 2009 at 9:33 PM, lehe wrote: > > Hi, > I am now plot two figures, The second one won't generate until I close the > first one but the second one just flash and disappear very quickly. How can > I keep both figures open until I close them myself? > Thanks > > Here is my code: >

[Matplotlib-users] How to keep figure instead of flashing

2009-02-24 Thread lehe
Hi, I am now plot two figures, The second one won't generate until I close the first one but the second one just flash and disappear very quickly. How can I keep both figures open until I close them myself? Thanks Here is my code: import matplotlib.pyplot as plt .. plt.figure() #