You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What can we do to make ScottPlot better?
At the mo, there is a Clear() method that removes data shown on plots. This however does not clear the axes and title.
How about...
plt.Reset(); // Reset the plot, including data, axes, title, etc.