d3 / d3-hexbin

Group two-dimensional points into hexagonal bins.
https://observablehq.com/collection/@d3/d3-hexbin
BSD 3-Clause "New" or "Revised" License
240 stars 34 forks source link

1.0? #19

Open Fil opened 5 years ago

Fil commented 5 years ago

Alternative to #17 ; in this version, changing accessors does not result in the (awkward) rebinning of already-present points.

Closes #1 #3 #5 #8 #18.

Fil commented 5 years ago

i've updated https://observablehq.com/@fil/d3-hexbin-playground to use the new code.

Fil commented 5 years ago

@mbostock can we go with this? It would make a nice 1.0 version

Fil commented 4 years ago

Here is another use case for the angle and context methods https://observablehq.com/@fil/graphene-moire-1-1