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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,19 @@ Description: Release notes for every version of ScottPlot
48
48
</li>
49
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
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