Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<meta charset="utf-8">
<svg width="960" height="600"></svg>
<script src="//d3js.org/d3.v4.min.js"></script>
<script>
var random = d3.randomLogNormal(15, 5),
sqrt3 = Math.sqrt(3),
points0 = d3.range(300).map(function() { return [random() + sqrt3, random() + 1, 0]; }),
points1 = d3.range(300).map(function() { return [random() + 2 * sqrt3, random() + 1, 1]; }),
<!DOCTYPE html>
<style>
.domain {
display: none;
}
</style>
<svg width="960" height="500"></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
@guillaumechaumet
guillaumechaumet / README.md
Created May 25, 2016 12:23
TSNE with R, D3, pixi (40000points)
@guillaumechaumet
guillaumechaumet / README.md
Created May 25, 2016 12:13
TSNE with R, D3, pixi (40000points)
@guillaumechaumet
guillaumechaumet / README.md
Last active April 18, 2016 14:19
TSNE with R, D3, pixi (40000points)