D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
michalskop
Full window
Github gist
Kernel density estimation
<!DOCTYPE html> <html> <head> <title>Kernel Density Estimation</title> <link rel="stylesheet" type="text/css" href="kde_1.css"/> <script type="text/javascript" src="d3.js"></script> <script type="text/javascript" src="d3.layout.js"></script> <script type="text/javascript" src="science.v1.js"></script> </head> <body> <script type="text/javascript" src="kde_1.js"></script> </body> </html>