Deleting lines from a plot

Is it possible to delete a line from a plot without clearing the entire
axis, or effecting
any other lines that may be their? In Matlab, it is possible to delete(h)
where h is
the handle to a line. However, I can't seem to find an equivelent command in
Matplotlib (either in the Pylab or OO interface).

Thanks,
Carl

Hi,

One way of doing this is to plot the same line again with the color set to
the background color.

Wendell Cropper

Is it possible to delete a line from a plot without clearing the entire
axis, or effecting
any other lines that may be their? In Matlab, it is possible to delete(h)
where h is
the handle to a line. However, I can't seem to find an equivelent command in
Matplotlib (either in the Pylab or OO interface).

Thanks,
Carl

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit necitguy.com - This website is for sale! - necitguy Resources and Information.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

University of Florida
School of Forest Resources and Conservation
214 Newins-Ziegler
PO Box 110410
Gainesville, FL 32611-0410

352-846-0859 phone
352-392-1707 fax

wcropper@...416...

ยทยทยท

At 05:56 PM 5/5/2005 +1000, you wrote: