-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
If you use AddScatter and lineWidth: 0 to visualize point clouds, the legend should also show them as points. Currently it is still displayed as line + point. Otherwise it confuses the viewer. Here is an example:
Used Version: ScottPlot 4.1.6-beta
Used Code:
...
formsPlot.Plot.AddScatter(xDate.ToArray(), ci.Data.ToArray(), Color.DeepPink, lineWidth: 0, 5, MarkerShape.filledSquare, label: "2");
formsPlot.Plot.XAxis.DateTimeFormat(true);
formsPlot.Plot.Title($"Test");
formsPlot.Plot.Legend();
formsPlot.Render();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior
