Re: [Matplotlib-users] about show()

2010-12-29 Thread Oz Nahum Tiram
Hi MicDup, Try using in your script show(mainloop=True) - if your matplotlib is 1.0.0 Cheers, -- Oz Nahum --- "Gentlmen! You can't fight in here, this is the War Room!" President Merkin Muffley (Peter Sellers, Dr. Strangelove) --

[Matplotlib-users] about show()

2010-12-29 Thread Michel Dupront
Hello, I am new to matplotlib and I am trying to use it in a python script that make some calculations. I have a method "draw" which take as arguments some values that I want to plot. The method ends with a plt.show(). The first time "draw" is called everything is fine. I see very nice curves.