Re: [Matplotlib-users] Plot Updating Strangeness

2009-09-29 Thread Matthias Michler
Hello, I cannot reproduce your problem with current svn and backends "GTKAgg", "TkAgg" and "WXAgg". What version of matplotlib you are using? What backend? Could you provide a stand-alone example which illustrates your problem? I attached the example file I used to try to find your reported st

[Matplotlib-users] Plot Updating Strangeness

2009-09-28 Thread Nyx
Hello, I want to dynamically update a plot of the rate at which a neural network is learning a function. Ideally, my python program would open up a window and update the plot inside of it after every training epoch. I have written the following code to do so: pyplot.title('Learning Curv