Skip to content

Plot.Add.ScatterLine() #3452

@swharden

Description

@swharden

It would be nice to have a helper method which under the hood does this:

var sp = plt.Add.Scatter(xs, ys);
sp.MarkerSize = 0;

It could be used like:

Plot.Add.ScatterLine(xs, ys);

A similar method that adds a scatter point with markers but no line would be nice to have too

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