Philippe Rivière
Philippe Rivière
Maybe I should refresh https://github.com/d3/d3-hexbin/pull/19
Some progress in https://observablehq.com/@d3/contours-fix-edges-72, but there are still a few unpleasant bumps as in the top-left and bottom-right of the grid0 model. 
I've revised the notebook above, by fixing only the corners (and not the edges anymore) I think it's much better?
please share some data underlying the screenshots, otherwise I don't know what I'm seeing
Thanks; added your data in the notebook as "grid2", multiply it by 5 to make it more similar to the others. I don't know exactly what plotly does, but it...
I've made some progress but haven't nailed it yet, sorry.
Sure, see the referenced notebook.
Thanks! Note that we plan to retire the README very soon, and link to d3js.org instead.
Not sure if this is a bug or works as intended—in any case, forceCollide doesn't check if the nodes are fixed or not, see https://github.com/d3/d3-force/blob/475ec96f1afad3bab5442d614af67fa0ce7c9785/src/collide.js#L53 Maybe try to change some...
You'd need to make two additional tests, I think: * if node is fixed, back off * if data is fixed, move only the node