|
From: Carl M. <car...@bi...> - 2005-05-05 07:50:11
|
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 |