epezent / implot

Immediate Mode Plotting
MIT License
4.64k stars 516 forks source link

Outliers are always discarded when not using cumulative/density #444

Open Lectem opened 1 year ago

Lectem commented 1 year ago

Currently when using ImPlot::PlotHistogram without the cumulative/density flags, outliers are always discarded.

Would it make sense to add -inf / +inf bins to count the outliers ? I suppose this would require a new flag to avoid breaking existing code. If such a feature would be welcomed, I am open to open a PR for it.