Skip to content

Revamp Histogram implementation

Martin Heistermann requested to merge improve-histograms into master

Support non-binned histograms if there are few unique values, better support integral types.

--

This comes with a corresponding change to Plugin-PropertyVis (the only user of this so far) that uses the new API to also display histograms for int properties.

Edited by Martin Heistermann

Merge request reports