You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,59 @@ Title: ScottPlot Changelog
3
3
Description: Release notes for every version of ScottPlot
4
4
---
5
5
6
+
<section class='mb-5'>
7
+
<h1 class='mb-0'>ScottPlot 5.0.54</h1>
8
+
<div><i>NuGet packages published 2025-01-26</i></div>
9
+
<div class='mt-1'>
10
+
<ul>
11
+
<li>Multiplot: Improved API for advanced layout customization. See cookbook and demo application for examples. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
12
+
</li>
13
+
<li>Multiplot: Use new shared axis manager. <code>Multiplot.ShareY()</code> is now <code>Multiplot.SharedAxes.ShareY()</code> as seen in demo application. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
14
+
</li>
15
+
<li>Multiplot: Moved state management and pixel lookup logic based on previous renders into the <code>IMultiplot.LastRender</code> property (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
16
+
</li>
17
+
<li>Multiplot: Added <code>Subplots</code> property for plot collection management and replaced <code>IMultiplot.Count</code> with <code>Multiplot.Count()</code> (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
18
+
</li>
19
+
<li>Axes: Added <code>IAxis.Collapse()</code> helper method to disable tick generation and set size to zero for a given axis (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
20
+
</li>
21
+
<li>Multiplot: Added <code>CollapseVertically()</code> to collapse space between vertically stacked plots (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
22
+
</li>
23
+
<li>Multiplot: Created <code>DraggableRows()</code> layout to simplify user-resizable multiplots as demonstrated in the demo application (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>) <a href="https://github.com/VladislavPustovarov"><strong>@VladislavPustovarov</strong></a> <a href="https://github.com/quantfreedom"><strong>@quantfreedom</strong></a>
24
+
</li>
25
+
<li>Axes: Added <code>LockSize()</code> helper method to quickly set <code>MinimumSize</code> and <code>MaximumSize</code> to the same value
26
+
</li>
27
+
<li>WinForms: improve <code>ScottPlot.Image.GetBitmap()</code> memory management and disposal
28
+
</li>
29
+
<li>Image: Added <code>Scaled()</code> and <code>Resized()</code> methods to help resize existing images in memory
30
+
</li>
31
+
<li>WinForms: Improve support for transparency for plots placed on Forms with background images (<a href="https://github.com/ScottPlot/ScottPlot/issues/4698">#4698</a>) <a href="https://github.com/luo-ross"><strong>@luo-ross</strong></a>
32
+
</li>
33
+
<li>OpenGL: Improved memory management for applications using scatter plots in OpenGL controls (<a href="https://github.com/ScottPlot/ScottPlot/issues/4702">#4702</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4693">#4693</a>) <a href="https://github.com/onur-akaydin"><strong>@onur-akaydin</strong></a> <a href="https://github.com/StendProg"><strong>@StendProg</strong></a> <a href="https://github.com/allrightsreserved"><strong>@allrightsreserved</strong></a>
34
+
</li>
35
+
<li>Rendering: Improved detection of changed axis limits and improved behavior of legend item orientation (<a href="https://github.com/ScottPlot/ScottPlot/issues/4722">#4722</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4629">#4629</a>) <a href="https://github.com/aespitia"><strong>@aespitia</strong></a>
36
+
</li>
37
+
<li>Plottables: Added many new shapes like arcs, circle sectors, annular sectors, and more as seen in the cookbook (<a href="https://github.com/ScottPlot/ScottPlot/issues/4739">#4739</a>) <a href="https://github.com/CoderPM2011"><strong>@CoderPM2011</strong></a> <a href="https://github.com/heartacker"><strong>@heartacker</strong></a>
0 commit comments