Skip to content

armollica/triangle-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

d3.triangleBin

D3 plugin for doing triangular binning on a set of points. Useful for visualizing 2D distributions when you have a lot of data points.

Inspired by the d3.hexbin plugin.

Examples

Color Encoding
Area Encoding

How To Use

Save the triangle-bin.js file from this repo and include it in your HTML after including D3:

<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="triangle-bin.js"></script>

API Reference

TODO (Roughly follows the API of d3.hexbin plugin)

About

D3 plugin for doing triangular binning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages