ScottPlot v4.0.36 Release Notes

Release Date: 2020-06-22 // almost 4 years ago
  • ๐Ÿ“ฆ Published on NuGet on 2020-06-21
    cookbook: http://swharden.com/scottplot/cookbook
    demo: https://swharden.com/scottplot/demo

    • PlotSignal() and PlotSignalXY() plots now have an optional useParallel argument (and public property on the objects they return) to allow the user to decide whether parallel or sequential calculations will be performed. (#454, #419, #245, #72) Thanks @StendProg
    • ๐Ÿ‘Œ Improved minor tick alignment to prevent rare single-pixel artifacts (#417)
    • ๐Ÿ‘Œ Improved horizontal axis tick label positions in ruler mode (#453)
    • Added a Statistics.Interpolation module to generate smooth interpolated splines from a small number of input data points. See advanced statistics cookbook example for usage information. (#459) Thanks Hans-Peter Moser
    • Improved automatic axis adjustment when adding bar plots with negative values (#461, #462) Thanks @Benny121221
    • Created Drawing.Colormaps module which has over a dozen colormaps for easily converting a fractional value to a color for use in plotting or heatmap displays (#457, #458) Thanks @Benny121221
    • Updated Plot.Clear() to accept any Plottable as an argument, and all Plottable objects of the same type will be cleared (#464) Thanks @imka-code