Skip to content

Commit aadcc04

Browse files
committed
2 parents aa196f1 + e461e08 commit aadcc04

File tree

7 files changed

+26
-2
lines changed

7 files changed

+26
-2
lines changed

content/changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,31 @@ Description: Release notes for every version of ScottPlot
3636
</li>
3737
<li>Population: Use stable random number generator for horizontal symbol offsets (<a href="https://github.com/ScottPlot/ScottPlot/issues/4616">#4616</a>) <a href="https://github.com/marklam"><strong>@marklam</strong></a>
3838
</li>
39+
<li>Demo: Created an Avalonia demo application available for download in the GitHub repository (<a href="https://github.com/ScottPlot/ScottPlot/issues/4801">#4801</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
40+
</li>
3941
<li>Colorbar: Improve support for transparent colormaps (<a href="https://github.com/ScottPlot/ScottPlot/issues/4685">#4685</a>) <a href="https://github.com/Roman-Rak"><strong>@Roman-Rak</strong></a>
4042
</li>
4143
<li>Marker: Setting <code>LineColor</code> now sets both line color and outline color to improve support for filled markers with outlines (<a href="https://github.com/ScottPlot/ScottPlot/issues/4715">#4715</a>)
4244
</li>
4345
<li>Axes: Exposed <code>GetPanels()</code> and added <code>GetXAxes()</code> and <code>GetYAxes()</code> to facilitate advanced customization (<a href="https://github.com/ScottPlot/ScottPlot/issues/4717">#4717</a>) <a href="https://github.com/hsfetterman"><strong>@hsfetterman</strong></a>
4446
</li>
47+
<li>Bar Plots: Place value labels below the bars for bars with negative values (<a href="https://github.com/ScottPlot/ScottPlot/issues/4760">#4760</a>) <a href="https://github.com/asmallproblem"><strong>@asmallproblem</strong></a> <a href="https://github.com/jux-stef"><strong>@jux-stef</strong></a>
48+
</li>
49+
<li>Tooltip: New plot type for labeling a point in coordinate space using a bubble (<a href="https://github.com/ScottPlot/ScottPlot/issues/4829">#4829</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4751">#4751</a>) <a href="https://github.com/CoderPM2011"><strong>@CoderPM2011</strong></a>
50+
</li>
51+
<li>Axis Rules: Improved <code>SquareZoomOut</code> support for inverted axes (<a href="https://github.com/ScottPlot/ScottPlot/issues/4837">#4837</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4836">#4836</a>) <a href="https://github.com/StendProg"><strong>@StendProg</strong></a> <a href="https://github.com/Corbini"><strong>@Corbini</strong></a>
52+
</li>
53+
<li>Axes: Added <code>LogMinorTickGenerator</code> to support decade-spaced minor ticks on logarithmic axes (<a href="https://github.com/ScottPlot/ScottPlot/issues/4841">#4841</a>) <a href="https://github.com/macaba"><strong>@macaba</strong></a>
54+
</li>
55+
<li>SVG: Pre-render plots in memory to finalize layout before generating XML to reduce file size and improve performance (<a href="https://github.com/ScottPlot/ScottPlot/issues/4847">#4847</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4842">#4842</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a>
56+
</li>
57+
<li>WPF: Added <code>XmlnsDefinition</code> and <code>XmlnsPrefix</code> assembly information to simplify referencing in XAML (<a href="https://github.com/ScottPlot/ScottPlot/issues/4853">#4853</a>) <a href="https://github.com/Muny"><strong>@Muny</strong></a>
58+
</li>
4559
</ul>
4660
</div>
4761
<h3 class='text-center fw-light'>Contributors</h3>
4862
<div class='text-center'>
49-
<a href='https://github.com/hsfetterman'>@hsfetterman</a>, <a href='https://github.com/manaruto'>@manaruto</a>, <a href='https://github.com/bwedding'>@bwedding</a>, <a href='https://github.com/CoderPM2011'>@CoderPM2011</a>, <a href='https://github.com/JoeStoneAT'>@JoeStoneAT</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/uperp'>@uperp</a>, <a href='https://github.com/dtoppani-twist'>@dtoppani-twist</a>, <a href='https://github.com/chen1tian'>@chen1tian</a>, <a href='https://github.com/ssharks'>@ssharks</a>, <a href='https://github.com/StendProg'>@StendProg</a>, <a href='https://github.com/ScottSSapphire'>@ScottSSapphire</a>, <a href='https://github.com/marklam'>@marklam</a>, <a href='https://github.com/Roman-Rak'>@Roman-Rak</a>, <a href='https://github.com/swharden'>@swharden</a>
63+
<a href='https://github.com/hsfetterman'>@hsfetterman</a>, <a href='https://github.com/manaruto'>@manaruto</a>, <a href='https://github.com/bwedding'>@bwedding</a>, <a href='https://github.com/CoderPM2011'>@CoderPM2011</a>, <a href='https://github.com/JoeStoneAT'>@JoeStoneAT</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/uperp'>@uperp</a>, <a href='https://github.com/dtoppani-twist'>@dtoppani-twist</a>, <a href='https://github.com/chen1tian'>@chen1tian</a>, <a href='https://github.com/ssharks'>@ssharks</a>, <a href='https://github.com/StendProg'>@StendProg</a>, <a href='https://github.com/ScottSSapphire'>@ScottSSapphire</a>, <a href='https://github.com/marklam'>@marklam</a>, <a href='https://github.com/Roman-Rak'>@Roman-Rak</a>, <a href='https://github.com/asmallproblem'>@asmallproblem</a>, <a href='https://github.com/jux-stef'>@jux-stef</a>, <a href='https://github.com/Corbini'>@Corbini</a>, <a href='https://github.com/macaba'>@macaba</a>, <a href='https://github.com/Muny'>@Muny</a>, <a href='https://github.com/swharden'>@swharden</a>
5064
</div>
5165
<div class='text-center'>
5266
<a href='https://github.com/hsfetterman'><img src='https://scottplot.net/images/contributors/hsfetterman.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
@@ -63,6 +77,11 @@ Description: Release notes for every version of ScottPlot
6377
<a href='https://github.com/ScottSSapphire'><img src='https://scottplot.net/images/contributors/scottssapphire.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
6478
<a href='https://github.com/marklam'><img src='https://scottplot.net/images/contributors/marklam.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
6579
<a href='https://github.com/Roman-Rak'><img src='https://scottplot.net/images/contributors/roman-rak.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
80+
<a href='https://github.com/asmallproblem'><img src='https://scottplot.net/images/contributors/asmallproblem.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
81+
<a href='https://github.com/jux-stef'><img src='https://scottplot.net/images/contributors/jux-stef.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
82+
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
83+
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
84+
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
6685
<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>
6786
</div>
6887

content/contributors.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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">515</span> GitHub users
8+
Special thanks to the <span class="sparkle-highlight">520</span> GitHub users
99
who contributed to this project, making ScottPlot better for everyone!
1010
💖🚀✨
1111
</div>
@@ -24,6 +24,11 @@ Description: Members of the open-source community who contributed to ScottPlot
2424
<a href='https://github.com/ScottSSapphire'><img src='https://scottplot.net/images/contributors/scottssapphire.png'></a>
2525
<a href='https://github.com/marklam'><img src='https://scottplot.net/images/contributors/marklam.jpg'></a>
2626
<a href='https://github.com/Roman-Rak'><img src='https://scottplot.net/images/contributors/roman-rak.png'></a>
27+
<a href='https://github.com/asmallproblem'><img src='https://scottplot.net/images/contributors/asmallproblem.png'></a>
28+
<a href='https://github.com/jux-stef'><img src='https://scottplot.net/images/contributors/jux-stef.png'></a>
29+
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/brand/favicon.png'></a>
30+
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/brand/favicon.png'></a>
31+
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/brand/favicon.png'></a>
2732
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
2833
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
2934
<a href='https://github.com/luo-ross'><img src='https://scottplot.net/images/contributors/luo-ross.jpg'></a>
1.5 KB
Loading
1.51 KB
Loading
1.54 KB
Loading
360 Bytes
Loading
23.9 KB
Loading

0 commit comments

Comments
 (0)