Hi!
I would like to remove these old lines on the Scatter Plot before next action on the Scatter Plot.
This is what I have used to draw lines :
fPlot.plt.PlotVLine(x,color: Color.DarkGreen, lineStyle: LineStyle.DashDot);
But I can't find the way to remove the lines.
Here's an example of what I'd like to do:
