-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
newData.Length should be newData.Length - 1
ScottPlot/src/ScottPlot4/ScottPlot/Plottable/SignalPlotBase.cs
Lines 297 to 301 in c168325
| /// <summary> | |
| /// Replace all Y values with new ones | |
| /// </summary> | |
| /// <param name="newData">new Y values</param> | |
| public void Update(T[] newData) => Update(0, newData.Length, newData); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels