When I repeteadly create and delete a plot on a graph (with no more plots on it, at a rate of about one delete and creation each second), the memory ussage slowly grows, passing from about 13 Mb at application start to over 16 after 16 hours.
Is this normal? I strongly doubt it to be a problem with my code.
Besides that, ¿is there some way to create a plot which auto-updates when changing the data it is linked to? I've tried disabling "smooth update" and "copy original plot data" and setting "data mode" to retain, and refreshing but it doesn't seems to work. I've also tried to change the graph width each certain time and it works, but of course it's not an adequate solution.
Thanks for your help.