Re: [Matplotlib-users] Clearing A Figure (I Know That This Has Been Posted Before But I Does Not Work For Me)

2010-05-26 Thread Thistleryver
>w/o seeing the entire code it is difficult to diagnose. Nothing looks >wrong with your code. However, for full control I suggest you use the >API; see examples at >http://matplotlib.sourceforge.net/examples/api/index.html and take a >look at the "artist tutorial" at >http://matplotlib.sourcefor

[Matplotlib-users] Clearing A Figure (I Know That This Has Been Posted Before But I Does Not Work For Me)

2010-05-25 Thread Thistleryver
I am attempting to run a lot of tests automatically and generate a graph for each one. However, at the moment, the previous graph remains on the figure and the next plot is drawn over it. I have read extensively the documentation and I have tried a whole lot of different commands but to no avail