|
From: Lars-Erik C. <ced...@cf...> - 2001-04-09 01:58:55
|
Hi Nick, I'm trying to implement dynamic graphs using the newly added Plot function. In fact, I want to display a moving regression line as I add points to the graph. I've managed to get everything up and running except for one thing: the clear(.) method doesn't seem to destroy the data points before I redraw the new graph. Am I missing something? The only way I could make the old points disappear was by killing the entire plot with dispose and the creating a new one. Could there be a bug in clear(.)? Cheers, L-E |