Re: how to delete matplotlib data between ploting
clf() works :) thanks -- http://mail.python.org/mailman/listinfo/python-list
Re: how to delete matplotlib data between ploting
pylab.clf() or some such thing clears the current canvas. [EMAIL PROTECTED] wrote: > I want to make few plots from CSV files. I have the code below - it > works - the first plot is ok, the second one has the first and the > current data set and so on - I can't delete the plot data between > plots
