Hi,
Hi,
Iwant to plot several curves in one graph. The curves are acquired one after each other. I want that the new curve is plotted live into the graph of the existing curves.
I achieved the following, but not what I described above:
I can plot multiple curves at once (using an array of clusters).
I can plot multiple curves (and a single) live (using clusters and arrays).
I can add a new curve live to an existing curve when the "x-axis" is not specified (Waveform Graph with arrays and shift registers).
However, I can not plot new data (live) to an existing plot with different x-axis.
Using the Express x-y Graph is basically doing what I want (if I just add the next data), but there the last data point is connected to the first datapoint of the new set, which gives a line over the whole plot.
I couldn't find any solution for this, although I think it should not be too difficult to achieve.
Any suggestions?
Thanks in advance!
Philipp