ScottPlot v4.0.40 Release Notes

Release Date: 2020-09-20 // over 3 years ago
  • 📦 Published on NuGet on 2020-09-20
    cookbook: http://swharden.com/scottplot/cookbook
    demo: https://swharden.com/scottplot/demo

    • Added user control for Avalonia (#496, #503) Thanks @Benny121221
    • Holding shift while left-click-dragging the edge of a span moves it instead of resizing it (#509) Thanks @Torgano
    • CSV export is now culture invariant for improved support on systems where commas are decimal separators (#512) Thanks Daniel
    • Added fill support to scatter plots (#529) Thanks @AlexFsmn
    • Fix bug that occurred when calling GetLegendBitmap() before the plot was rendered (#527) Thanks @el-aasi
    • Improved DateTime tick placement and added support for milliseconds (#539) Thanks @StendProg
    • Pie charts now have an optional hollow center to produce donut plots (#534) Thanks @Benny121221 and @AlexFsmn
    • Added electrocardiogram (ECG) simulator to the DataGen module (#540) Thanks @AteCoder
    • Improved mouse scroll wheel responsiveness by delaying high quality render (#545, #543, #550) Thanks @StendProg
    • Plot.PlotBitmap() allows Bitmaps to be placed at specific coordinates (#528) Thanks @AlexFsmn
    • ✅ DataGen.SampleImage() returns a sample Bitmap that can be used for testing
    • Bar graphs now have a hatchStyle property to customize fill pattern (#555) Thanks @Benny121221
    • Support timecode tick labels (#537) Thanks @vrdriver and @StendProg