I am a newbee in Python. I have some problem with usage of Pyplot. I have a loop that creates plot in every end of it. Problem starts here: The first plot is fine but the second one is plotted onto the first plot. I use:<br>
<br>plt.cla()<br>plt.draw()<br>plt.hold(False)<br>plt.close()<br>plt.clf()<br><br>but nothing works. Perhaps I am having a problem with basics, please help me if you know something about it.<br><br>Kaan<br>