Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-26 | 1.7 kB | |
ScottPlot 5.0.54 source code.tar.gz | 2025-01-26 | 4.8 MB | |
ScottPlot 5.0.54 source code.zip | 2025-01-26 | 5.5 MB | |
Totals: 3 Items | 10.3 MB | 0 |
- Multiplot: Improved API for advanced layout customization. See cookbook and demo application for examples. (#4738)
- Multiplot: Use new shared axis manager.
Multiplot.ShareY()
is nowMultiplot.SharedAxes.ShareY()
as seen in demo application. (#4738) - Multiplot: Moved state management and pixel lookup logic based on previous renders into the
IMultiplot.LastRender
property (#4738) - Multiplot: Added
Subplots
property for plot collection management and replacedIMultiplot.Count
withMultiplot.Count()
(#4738) - Axes: Added
IAxis.Collapse()
helper method to disable tick generation and set size to zero for a given axis (#4738) - Multiplot: Added
CollapseVertically()
to collapse space between vertically stacked plots (#4738) - Multiplot: Created
DraggableRows()
layout to simplify user-resizable multiplots as demonstrated in the demo application (#4738) @VladislavPustovarov @quantfreedom - Axes: Added
LockSize()
helper method to quickly setMinimumSize
andMaximumSize
to the same value - WinForms: improve
ScottPlot.Image.GetBitmap()
memory management and disposal - Image: Added
Scaled()
andResized()
methods to help resize existing images in memory - WinForms: Improve support for transparency for plots placed on Forms with background images (#4698) @luo-ross
- OpenGL: Improved memory management for applications using scatter plots in OpenGL controls (#4702, [#4693]) @onur-akaydin @StendProg @allrightsreserved
- Rendering: Improved detection of changed axis limits and improved behavior of legend item orientation (#4722, [#4629]) @aespitia
- Plottables: Added many new shapes like arcs, circle sectors, annular sectors, and more as seen in the cookbook (#4739) @CoderPM2011 @heartacker