Skip to content

SP5 SignalPlot: displays step pattern #3228

@Marvenix

Description

@Marvenix

When I display SignalConst the plot line is angular. With a non-const signal, the problem doesn't occur.

ScottPlot Version: 5.0.17

Code Sample:

var values = Generate.Sin(51);
var plot = new WpfPlotGL();
plot.Plot.Add.SignalConst(values, 200);
plot.Height = 200;
this.charts.Children.Add(plot);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions