ScottPlot/ScottPlot

SignalXY: add option for step display

kareem469 opened this issue · 6 comments

SignanXY() in Ver5.0 doesn't have Stepline property

ScottPlot Version: 5.0.32

Code Sample:

ScottPlot.Plot myPlot = new();
/* code to reproduce the bug */
  var signal = scottPlotUC.Plot.Add.SignalXY(xData, y1Data);
signal.Stepline = true;  (this property not exists but it exists in Ver 4.0)

Hi @kareem469, thanks for the suggestion! It would be great to add a ConenctStyle to Signal and SignalXY plots to mimic scatter plots.

https://scottplot.net/cookbook/5.0/Scatter/ScatterStep/