Hello!
Latest release. I would only like to plot points, and no connecting lines.
Setting lineWidth to zero works for Scatter Plot:
formsPlot1.plt.PlotScatter(dataRandom3, dataRandom4, lineWidth: 0);
However, does not seem to work for Signal plotting:
formsPlot1.plt.PlotSignal(dataRandom3, lineWidth: 0);
Rendering this plot signal still shows connecting lines.
Thanks for looking into this!