I remember some time back, I have found some examples here how to automatically plot my data to a FormsPlot control, but I cannot find these examples anymore in the latest Cookbook, might be I just did not try searching hard enough! :)
So practically I am asking for examples from simple to advanced cases when we want to "auto plot" data from a List, Queue, or other collections. I often collect data from hardware in such "buffer" collection, and it would be great to see approaches how to "bind" such collection to a FormsPlot. So as the collection grows/changes, what are the different ways/tricks to re-plot? Most often the plotting frequency is less than 1 Hz, so in my case speed is not a factor.
Thanks for advises and any links where I can see such examples!