Heightmap with Hexagonal Binning
Each cell takes the mean value as its color.
| license: bsd-3-clause |
| license: gpl-3.0 |
Heightmap with Hexagonal Binning
Each cell takes the mean value as its color.
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| /** | |
| * getSet creates a getter/setter function for a re-usable D3.js component. | |
| * | |
| * @method getSet | |
| * @param {string} option - the name of the object in the string you want agetter/setter for. | |
| * @param {function} component - the D3 component this getter/setter relates to. | |
| * | |
| * @return {mixed} The value of the option or the component. | |
| */ | |
| function getSet(option, component) { |
| // Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
| // Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
| var FORMAT_ONELINE = 'One-line'; | |
| var FORMAT_MULTILINE = 'Multi-line'; | |
| var FORMAT_PRETTY = 'Pretty'; | |
| var LANGUAGE_JS = 'JavaScript'; | |
| var LANGUAGE_PYTHON = 'Python'; |