Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vincentei
vincentei / index.html
Last active April 9, 2016 17:35
Scatter plot
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- load the d3.js library -->
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
body {
font: 10px sans-serif;
}