Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-22 | 3.1 kB | |
ScottPlot 5.0.55 source code.tar.gz | 2025-03-22 | 6.2 MB | |
ScottPlot 5.0.55 source code.zip | 2025-03-22 | 7.0 MB | |
Totals: 3 Items | 13.2 MB | 1 |
- WPF: Added autoscale option to the default right-click context menu (#4701) @hsfetterman
- Interactivity: Make all user action responses public (#4743) @manaruto @bwedding
- Shapes: Improved display of newly added Eclipse and Arc shapes (#4744, [#4739]) @CoderPM2011
- SignalXY: Improve support for generic X and Y collections (#4753, [#4746]) @JoeStoneAT @bclehmann
- Axis Rules: Updated minimum and maximum span rules to improve support for inverted axes (#4755, [#4735]) @manaruto
- Avalonia: Improved support for transparency at the window level (#4759, [#3444], [#4732]) @bclehmann
- CoordinateRange: Improve NaN support for
Extrema()
method (#4770, [#4665]) @bwedding @uperp - Rendering: Improved performance by simplifying axis limit change detection to reduce duplicate renders (#4790, [#4783]) @bclehmann @dtoppani-twist @chen1tian @ssharks
- Rectangular Grid: Improve logic used to identify cells from coordinates, fixing issues associated with contour line plots (#4787, [#4791]) @StendProg @ScottSSapphire
- Axes: Improve coordinate lookup logic for translating between triangular and Cartesian axes (#4797, [#4798]) @manaruto
- SignalXY: Improve performance by reducing allocations and copying inside the render loop (#4794, [#4753]) @bclehmann
- CoordinateRangeMutable: Improve comparison logic (#4796) @bclehmann
- Multiplot: Improve interactivity following
Reset()
and restore cookbook behavior (#4793) - Population: Use stable random number generator for horizontal symbol offsets (#4616) @marklam
- Demo: Created an Avalonia demo application available for download in the GitHub repository (#4801) @bclehmann
- Colorbar: Improve support for transparent colormaps (#4685) @Roman-Rak
- Marker: Setting
LineColor
now sets both line color and outline color to improve support for filled markers with outlines (#4715) - Axes: Exposed
GetPanels()
and addedGetXAxes()
andGetYAxes()
to facilitate advanced customization (#4717) @hsfetterman - Bar Plots: Place value labels below the bars for bars with negative values (#4760) @asmallproblem @jux-stef
- Tooltip: New plot type for labeling a point in coordinate space using a bubble (#4829, [#4751]) @CoderPM2011
- Axis Rules: Improved
SquareZoomOut
support for inverted axes (#4837, [#4836]) @StendProg @Corbini - Axes: Added
LogMinorTickGenerator
to support decade-spaced minor ticks on logarithmic axes (#4841) @macaba - SVG: Pre-render plots in memory to finalize layout before generating XML to reduce file size and improve performance (#4847, [#4842]) @manaruto
- WPF: Added
XmlnsDefinition
andXmlnsPrefix
assembly information to simplify referencing in XAML (#4853) @Muny - Plot: Calling
Plot.Title()
will always enable its visibility. CallPlot.Title(false)
to hide the title. (#4804, [#4856]) - Layout: Calling
Frameless(false)
enables visibility of all panels, undoing the actions ofFrameless()
(#4804, [#4856]) @manaruto @bouyeijiang - Generate: Added helper methods for generating collections of
DateTimeOffset
objects (#4863, [#4861]) @bclehmann @bukowa