Public
Edited
Apr 4
Importers
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
world_light = geo.simplify(world, { k })
Insert cell
map1 = viz.draw({
layers: [
{ data: world, fill: "#CCC", fillOpacity: 0.5, stroke: "none" },
{
data: world_light,
stroke: "#2596be",
strokeWidth: 1.1,
fill: "none"
}
]
})
Insert cell
Insert cell
world_light2 = geo.simplify(world)
Insert cell
viz.draw({
layers: [
{ data: world, fill: "#CCC", fillOpacity: 0.5, stroke: "none" },
{
data: world_light2,
stroke: "#2596be",
strokeWidth: 1.1,
fill: "none"
}
]
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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