Skip to content

Single point in signal not plotted #1949

@Fruchtzwerg94

Description

@Fruchtzwerg94

Using a signal with only one datapoint will not show up this single point:

WpfPlot1.Plot.AddSignal(new double[] { 1 }, 1, System.Drawing.Color.Blue);

grafik

If I add a second point, the two points are showing up like expected.

WpfPlot1.Plot.AddSignal(new double[] { 1, 2 }, 1, System.Drawing.Color.Blue);

grafik

Is this the desired bahaviour? For me it would be nice to plot the single point as well here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions