New
ScottPlot 5.0.54
- 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.LastRenderproperty (#4738) - Multiplot: Added
Subplotsproperty for plot collection management and replacedIMultiplot.CountwithMultiplot.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 setMinimumSizeandMaximumSizeto the same value