PM2011
PM2011
**Issue:** FormsPlotGL does not render properly when the data is too dense. **ScottPlot Version:** 5.0.36 **Code Sample:** In WinForms Demo - OpenGL Example when "Data=Sine Wave, Points=1M, Type=Scatter Plot" is...
**Suggestion:** `ScatterSourceCoordinatesList` and `ScatterSourceCoordinatesArray` be unified into a single `ScatterSourceCoordinatesEnumerable`, as there is no actual difference in their internal actions. This is similar to the suggestion made in https://github.com/ScottPlot/ScottPlot/issues/3981#issuecomment-2184980553 I...
**Issue:** The Y-axis label on the horizontal display will be out of range. **ScottPlot Version:** 5.0.40  ```cs myPlot.Axes.Left.Label.Text = "Primary Y Axis"; myPlot.Axes.Left.Label.Rotation = 0; ```
Added new marker style (shape enclosed by a circle) - CircledDot - RingedCross - RingedEks I'm not sure the naming is appropriate, so if there's a more appropriate one, please...
resolve https://github.com/ScottPlot/ScottPlot/issues/4752#issuecomment-2807997650