Public
Edited
Apr 4
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
lines = geo.geolines(world)
Insert cell
viz.draw({
params: { width: 600, projection: "Bertin1953" },
layers: [
{ datum: world, fill: "#CCC" },
{ data: lines, stroke: "#DF4B47", strokeWidth: 1.2 }
]
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viz = require("geoviz@0.7.10")
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