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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ Description: Release notes for every version of ScottPlot
20
20
</li>
21
21
<li>Colormaps: Updated the Turbo colormap to use the identical color table published by the original author (<a href="https://github.com/ScottPlot/ScottPlot/issues/5075">#5075</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
22
22
</li>
23
+
<li>Interactive Plottables: Created a new collection of interactive plottables which do not require manually wiring mouse events to support hover and click-drag manipulation
24
+
</li>
25
+
<li>Controls: Added <code>SetCursor()</code> functionality to <code>IPlotControl</code> to improve cross-platform support for mouse interactions
0 commit comments