Published
Edited
Jan 31, 2019
3 stars
Insert cell
Insert cell
snapToGrid = function(d, res) {
return Math.round(d / res) * res
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {land_rounded} from "@nbremer/simplified-curved-earth-map"
Insert cell
Insert cell
Insert cell
line = d3.line()
.x(d => d[0])
.y(d => d[1])
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more