-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
Help WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY
Description
Issue: Smooth = true for a Scatter plot seems to not work any more
ScottPlot Version: WPF 5.0.23
Code Sample:
public HomeView()
{
InitializeComponent();
Plot plot = ResultsTable.Plot;
double[] xs = { 1, 2, 3, 4, 5 };
double[] ys = { 1, 4, 9, 16, 25 };
var scatterLine = plot.Add.Scatter(xs, ys);
scatterLine.Smooth = true;
ResultsTable.Refresh();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Help WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY