All examples By author By category About

john-guerra

Self Organizing Map - Heatmap - D3v4

Modified Nadieh code to cover the whole svg (adding an extra hexbin on even rows) and computing the sizes based only on the columns.

Original Readme:

The end result of my blog on SOM - Creating hexagonal heatmaps with D3.js in which the one heatmap of a Self Organizing Map is displayed with D3 with a small hover event

A version with line boundaries to separate the segments can be found here

forked from nbremer's block: Self Organizing Map - Heatmap - D3