|
From: <bu...@gm...> - 2011-04-04 05:15:08
|
Hi, Does matplotlib keep track of the last object added to the plot axes or its nature (line, text, collection, patch, etc.) ? If not, would it be feasible to implement something like this in matplotlib ? This could be useful for interactive plotting, as it would allow a simple undo feature based on commands such as del ax.lines[-1]. |