I have several different signal with different sampling-rates, and i want to plot them continuously, e.g. a sine-signal of 1s and then a rectangle-signal of 2s, and so on.
Until now i have used the waveFormGraph, and it worked fine. But i want that each signal has its own sampling-rate, but displays like it should be. I tried to use the Scattergraph instead, but it should look exactly the way it looks like on the waveFormGraph(continuously). I want the signals to be displayed all at once, no charting(panning).
Is it possible to do with the Scattergraph? (If the xData[] is continuously and not overlapping)