D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
madelfio
Full window
Github gist
Logarithmic Binning
<!doctype html> <head> <meta charset="utf-8"> <!--link href="./style.css" rel="stylesheet" /--> <style> .axis line {stroke:#666;stroke-opacity:0.2;stroke-dasharray: 9, 5;} </style> </head> <body> <div id="binning"> Bins used in the logarithmic binning method.<br /> Layout: <button id="standard-btn">Standard</button><button id="symmetric-btn">Symmetric</button><button id="stretched-btn">Stretched</button><br /> </div> <script src="https://d3js.org/d3.v2.min.js"></script> <script src="./binning.js"></script> </body>
Modified
http://d3js.org/d3.v2.min.js
to a secure url
https://d3js.org/d3.v2.min.js