| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-29 | 1.4 kB | |
| ScottPlot 5.1.58 source code.tar.gz | 2026-03-29 | 6.3 MB | |
| ScottPlot 5.1.58 source code.zip | 2026-03-29 | 7.0 MB | |
| Totals: 3 Items | 13.3 MB | 2 | |
- Target .NET 10 and remove unsupported .NET targets (#5154) @swharden
- FillStyle: Reverted change from previous version to make this class public (#5126) @jurihock
- Legend: Permit custom fill color when using MarkerShapeOverride (#5137, [#5136]) @aespitia
- Axes: Improve SnapToTicks behavior for inverted axes (#5144, [#4316], [#5143]) @BrianAtZetica @CoderPM2011
- Axes: Improve behavior of zooming while opposite axes are linked (#5178) @jurihock
- Axes: Removed stray debug statement from the in FloatingAxis class (#5180) @wi-fr
- Controls: Exposed UserInputProcessor.ContextMenuItems getter to support menu customization (#5183) @btarb24
- Controls: Do not show right-click menu if it has zero items (#5184) @btarb24
- Microphone Demo: Improve behavior on systems with no audio input devices (#5211) @myd7349
- Avalonia: Improve behavior of scroll wheel when interacting with plots nested in ScrollViewers (#5233) @AscendLiu
- Heatmap: Improve axis alignment when using SVG output (#5145) @timmer98
- WinUI: Improve support for multi-monitor and custom DPI scale detection (#5150) @diluculo
- Markers: Added shapes
CircleWithLineandTriangleWithLine, each with left and right variants (#5194) @btarb24 - Multiplot: Improved FractionRect constructor and property names (#5196) @DKahn144
- InteractiveVerticalLine: Added properties to customize label styles (#5208) @Guillaume-Deville