D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
sampathweb
Full window
Github gist
Anscombe's Quartert Scatterplot
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style type="text/css"> /*css to go here*/ </style> </head> <body> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js" charset="utf-8"></script> <script> //JS to go here </script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js