Bug Report
Issue:
HistogramDemo.cs generates live data in the range of 0-1; while the histogram is attempted to be generated with parameters min:0, max:1, bincount:40.
Within histogram.cs, the binsize is limited to a minimum size of 1, meaning all the data falls within one bin.
System Details
- ScottPlot Version: 4.1.61
- Operating System: Windows 10
- Application Type: WinForms
- .NET Version: (NET Framework 4.8? .NET 6.0?)