Public
Edited
May 22, 2023
Insert cell
Insert cell
Plot.plot({
inset: 50,
projection: {
type: "mercator",
domain: countries.features.find((d) => d.properties.name === "China")
},
marks: [
Plot.geo(countries, {
stroke: "black",
fill: (d) => d.properties.name === "China"
}),
Plot.frame()
]
})
Insert cell
import { countries } from "@visionscarto/geo"
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