-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
Bug Report
Issue: Circles with lineStyle Dash are drawn solid and with lineStyle Dot are drawn only partially
Reproducing:
formsPlot1.Plot.AddCircle(x: 1.0f,y: 1.0f,radius: 0.5f,color: Color.Gray,lineWidth: 1,lineStyle: ScottPlot.LineStyle.Dash);

formsPlot1.Plot.AddCircle(x: 1.0f,y: 1.0f,radius: 0.5f,color: Color.Gray,lineWidth: 1,lineStyle: ScottPlot.LineStyle.Dot);

System Details
- ScottPlot Version: 4.1.64
- Operating System: Windows 11
- Application Type: WinForms
- .NET Version: .NET 7.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior