histogram icon indicating copy to clipboard operation
histogram copied to clipboard

add hexagonal binning

Open HDembinski opened this issue 5 years ago • 1 comments

add a 2d axis which does hexagonal binning

Everything about hexagonal grids: https://www.redblobgames.com/grids/hexagons/

HDembinski avatar Dec 13 '18 14:12 HDembinski

After axis growing, the values in the old bins need to be assigned into the new bins. I think the way this is currently done here uses an integer shift for each axis to calculate the new index for each bin. This approach will require modification/generalization to support rebinning a 2D axis. Do you envision a 2D hexagonal axis type supporting axis growing?

ryanelandt avatar Jun 07 '23 17:06 ryanelandt