Question:
I am updating a ScottPlot4 application to ScottPlot5.
In ScottPlot4 I could update the signal data by doing,
float[] NewData;
// ... acquire new data
MySignal.Update(NewData);
MySignal.SamplePeriod = NewSamplePeriod;
MySignal.OffsetX = NewXMin;
I like the data source approach, it reminds me of Cocoa/UIKit development. Nice.
Is there any example code on:
- how to setup a Signal plot using a float data source in ScottPlot5?
- how to update signal data using data source in ScottPlot5?
ScottPlot Version:
5.0.11