Skip to content

Commit 4cb7cd3

Browse files
committed
2 parents 6cf6f43 + 26b1e20 commit 4cb7cd3

4 files changed

Lines changed: 63 additions & 8 deletions

File tree

content/changelog.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@ Title: ScottPlot Changelog
33
Description: Release notes for every version of ScottPlot
44
---
55

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>
38+
</li>
39+
</ul>
40+
</div>
41+
<h3 class='text-center fw-light'>Contributors</h3>
42+
<div class='text-center'>
43+
<a href='https://github.com/VladislavPustovarov'>@VladislavPustovarov</a>, <a href='https://github.com/quantfreedom'>@quantfreedom</a>, <a href='https://github.com/luo-ross'>@luo-ross</a>, <a href='https://github.com/onur-akaydin'>@onur-akaydin</a>, <a href='https://github.com/StendProg'>@StendProg</a>, <a href='https://github.com/allrightsreserved'>@allrightsreserved</a>, <a href='https://github.com/aespitia'>@aespitia</a>, <a href='https://github.com/CoderPM2011'>@CoderPM2011</a>, <a href='https://github.com/heartacker'>@heartacker</a>, <a href='https://github.com/swharden'>@swharden</a>
44+
</div>
45+
<div class='text-center'>
46+
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
47+
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
48+
<a href='https://github.com/luo-ross'><img src='https://scottplot.net/images/contributors/luo-ross.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
49+
<a href='https://github.com/onur-akaydin'><img src='https://scottplot.net/images/contributors/onur-akaydin.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
50+
<a href='https://github.com/StendProg'><img src='https://scottplot.net/images/contributors/stendprog.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
51+
<a href='https://github.com/allrightsreserved'><img src='https://scottplot.net/images/contributors/allrightsreserved.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
52+
<a href='https://github.com/aespitia'><img src='https://scottplot.net/images/contributors/aespitia.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
53+
<a href='https://github.com/CoderPM2011'><img src='https://scottplot.net/images/contributors/coderpm2011.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
54+
<a href='https://github.com/heartacker'><img src='https://scottplot.net/images/contributors/heartacker.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
55+
<a href='https://github.com/swharden'><img src='https://scottplot.net/images/contributors/swharden.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
56+
</div>
57+
58+
</section>
659
<section class='mb-5'>
760
<h1 class='mb-0'>ScottPlot 5.0.53</h1>
861
<div><i>NuGet packages published 2025-01-12</i></div>

content/contributors.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,37 @@ Description: Members of the open-source community who contributed to ScottPlot
55

66
<div class="mt-3 text-center fs-1 fw-semibold">ScottPlot Contributors</div>
77
<div class='fs-5 fw-lighter text-center mb-4'>
8-
Special thanks to the <span class="sparkle-highlight">506</span> GitHub users
8+
Special thanks to the <span class="sparkle-highlight">508</span> GitHub users
99
who contributed to this project, making ScottPlot better for everyone!
1010
💖🚀✨
1111
</div>
1212
<div class='avatar-container my-3'>
13-
<a href='https://github.com/kebox7'><img src='https://scottplot.net/images/contributors/kebox7.png'></a>
13+
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
14+
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
15+
<a href='https://github.com/luo-ross'><img src='https://scottplot.net/images/contributors/luo-ross.jpg'></a>
1416
<a href='https://github.com/onur-akaydin'><img src='https://scottplot.net/images/contributors/onur-akaydin.png'></a>
17+
<a href='https://github.com/StendProg'><img src='https://scottplot.net/images/contributors/stendprog.png'></a>
18+
<a href='https://github.com/allrightsreserved'><img src='https://scottplot.net/images/contributors/allrightsreserved.png'></a>
19+
<a href='https://github.com/aespitia'><img src='https://scottplot.net/images/contributors/aespitia.jpg'></a>
20+
<a href='https://github.com/CoderPM2011'><img src='https://scottplot.net/images/contributors/coderpm2011.jpg'></a>
21+
<a href='https://github.com/heartacker'><img src='https://scottplot.net/images/contributors/heartacker.jpg'></a>
22+
<a href='https://github.com/kebox7'><img src='https://scottplot.net/images/contributors/kebox7.png'></a>
1523
<a href='https://github.com/King-Taz'><img src='https://scottplot.net/images/contributors/king-taz.png'></a>
16-
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
1724
<a href='https://github.com/wi-fr'><img src='https://scottplot.net/images/contributors/wi-fr.png'></a>
1825
<a href='https://github.com/david3951445'><img src='https://scottplot.net/images/contributors/david3951445.png'></a>
1926
<a href='https://github.com/qaz7349134142024'><img src='https://scottplot.net/images/contributors/qaz7349134142024.png'></a>
2027
<a href='https://github.com/zygfrydw'><img src='https://scottplot.net/images/contributors/zygfrydw.jpg'></a>
21-
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
2228
<a href='https://github.com/nilsakesson'><img src='https://scottplot.net/images/contributors/nilsakesson.png'></a>
2329
<a href='https://github.com/nightroman'><img src='https://scottplot.net/images/contributors/nightroman.jpg'></a>
2430
<a href='https://github.com/claire0821'><img src='https://scottplot.net/images/contributors/claire0821.jpg'></a>
2531
<a href='https://github.com/vadimart92'><img src='https://scottplot.net/images/contributors/vadimart92.jpg'></a>
2632
<a href='https://github.com/SprinterDave'><img src='https://scottplot.net/images/contributors/sprinterdave.jpg'></a>
27-
<a href='https://github.com/CoderPM2011'><img src='https://scottplot.net/images/contributors/coderpm2011.jpg'></a>
2833
<a href='https://github.com/louis1901'><img src='https://scottplot.net/images/contributors/louis1901.png'></a>
2934
<a href='https://github.com/Padanian'><img src='https://scottplot.net/images/contributors/padanian.png'></a>
3035
<a href='https://github.com/bclehmann'><img src='https://scottplot.net/images/contributors/bclehmann.png'></a>
3136
<a href='https://github.com/ssharks'><img src='https://scottplot.net/images/contributors/ssharks.png'></a>
3237
<a href='https://github.com/xichaoqiang'><img src='https://scottplot.net/images/contributors/xichaoqiang.png'></a>
3338
<a href='https://github.com/nullsoftware'><img src='https://scottplot.net/images/contributors/nullsoftware.png'></a>
34-
<a href='https://github.com/StendProg'><img src='https://scottplot.net/images/contributors/stendprog.png'></a>
3539
<a href='https://github.com/Paraplegia'><img src='https://scottplot.net/images/contributors/paraplegia.png'></a>
3640
<a href='https://github.com/CBrauer'><img src='https://scottplot.net/images/contributors/cbrauer.png'></a>
3741
<a href='https://github.com/ecrocombe'><img src='https://scottplot.net/images/contributors/ecrocombe.png'></a>
@@ -79,7 +83,6 @@ Description: Members of the open-source community who contributed to ScottPlot
7983
<a href='https://github.com/vilgotf'><img src='https://scottplot.net/images/contributors/vilgotf.png'></a>
8084
<a href='https://github.com/h135558'><img src='https://scottplot.net/images/contributors/h135558.png'></a>
8185
<a href='https://github.com/drolevar'><img src='https://scottplot.net/images/contributors/drolevar.jpg'></a>
82-
<a href='https://github.com/aespitia'><img src='https://scottplot.net/images/contributors/aespitia.jpg'></a>
8386
<a href='https://github.com/LeaFrock'><img src='https://scottplot.net/images/contributors/leafrock.jpg'></a>
8487
<a href='https://github.com/RFBomb'><img src='https://scottplot.net/images/contributors/rfbomb.png'></a>
8588
<a href='https://github.com/sterenas'><img src='https://scottplot.net/images/contributors/sterenas.jpg'></a>
@@ -166,7 +169,6 @@ Description: Members of the open-source community who contributed to ScottPlot
166169
<a href='https://github.com/sdhongjun'><img src='https://scottplot.net/images/contributors/sdhongjun.png'></a>
167170
<a href='https://github.com/Matthew-Chidlow'><img src='https://scottplot.net/images/contributors/matthew-chidlow.png'></a>
168171
<a href='https://github.com/Dibyanshuaman'><img src='https://scottplot.net/images/contributors/dibyanshuaman.png'></a>
169-
<a href='https://github.com/heartacker'><img src='https://scottplot.net/images/contributors/heartacker.jpg'></a>
170172
<a href='https://github.com/PZidlik'><img src='https://scottplot.net/images/contributors/pzidlik.png'></a>
171173
<a href='https://github.com/tibormarchynzoom'><img src='https://scottplot.net/images/contributors/tibormarchynzoom.jpg'></a>
172174
<a href='https://github.com/CodeBehemoth'><img src='https://scottplot.net/images/contributors/codebehemoth.png'></a>
8.1 KB
Loading
2.5 KB
Loading

0 commit comments

Comments
 (0)