Re: how to delete matplotlib data between ploting

2006-12-07 Thread [EMAIL PROTECTED]
clf() works :) thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: how to delete matplotlib data between ploting

2006-12-07 Thread Murali
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

how to delete matplotlib data between ploting

2006-12-07 Thread [EMAIL PROTECTED]
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. ## # -*- coding: utf-8 -*- from pylab import * fro