clf() works :) thanks
--
http://mail.python.org/mailman/listinfo/python-list
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
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