PDA

View Full Version : How can i clear the rawData?



Vincenzo
15th March 2009, 10:11
Hi,

I want to make two curves in one plot, with possibility, that it should draw only one or also both of them. For me (beginner), seems to be the easiest way by clearing the data of one curve. It's hard to explain me it in english...
For example:

I have two curves (crv1, crv2).
after that i make draw one of them (crv1).
i could rewrited the data of crv1, so I could draw the next curve instead of one.
Now, I want to draw both of them, it works also (crv1, crv2).
But, now if i want draw only the first one, the second curve is still there.


How should i clear the data of curve? Because I didn't find anything, maybe i'm very tired..., or how should i solve this problem?
thanks!

Vincenzo
15th March 2009, 11:45
OK, now I found the detach() function, but i think there is still nicer solution...:confused: