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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,31 @@ Description: Release notes for every version of ScottPlot
36
36
</li>
37
37
<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>
38
38
</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>
39
41
<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>
40
42
</li>
41
43
<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>)
42
44
</li>
43
45
<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>
44
46
</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>
0 commit comments