I want to update/ refresh a graph created with ILNumerics. I do not understand how to manipulate the data set, after the plot is created.
Here, http://ilnumerics.net/line-plots.html a simple example is given to plot two data sets. Now (for example, when a button is pushed) I want to create a new set of data points for the blue line and update the graph respectively.
How do I get access to the 'old blue' data set, how do I manipulate it, and how do I refresh the graph afterwards?
Any suggestions?