Skip to content

Scatter Plot: Improve smoothing #3566

@ja1234567

Description

@ja1234567

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();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Help WantedScott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions