Features Suggestion
Hi Scott, it would be great to have a function:
public SignalPlotConstStep<T> AddSignalConstStep<T>(T[] ys, double sampleRate = 1, Color? color = null, string label = null) where T : struct, IComparable;
similar to AddScatterStep(...). I know AddScatterStep() can already do the job. But if I understand correctly the AddSignalConst is much faster in case of high number of data points. So, I was wondering if we can do exactly as AddSignalConst to maintain performance but plot it as step.
I work with microcontrollers and there the signals are discrete, so it would be ideal to display them as steps. Do you think it would be much effort to achieve something like this?
AddSignalConst

AddSignalConstStep (Suggested feature)
