Skip to content

PlotSignal lineWidth and markerSize #263

@bukkideme

Description

@bukkideme

Hello!

Latest release. I would only like to plot points, and no connecting lines.
Setting lineWidth to zero works for Scatter Plot:
formsPlot1.plt.PlotScatter(dataRandom3, dataRandom4, lineWidth: 0);

However, does not seem to work for Signal plotting:
formsPlot1.plt.PlotSignal(dataRandom3, lineWidth: 0);
Rendering this plot signal still shows connecting lines.

Thanks for looking into this!

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