Public
Edited
Nov 12, 2023
Insert cell
Insert cell
Insert cell
Insert cell
vintageColors = ["#8B4513", "#CD853F", "#A0522D", "#D2B48C", "#DEB887"];
Insert cell
Plot.plot({
projection: "equirectangular",
style: "overflow: visible;",
marks: [
Plot.geo(land, { fill: "#FFD700", fillOpacity: 0.8, stroke: "#FF6347", strokeWidth: 0.5 }),
Plot.sphere({ fill: "#800080", fillOpacity: 0.55, stroke: "#FFD700", strokeWidth: 1.5 })
]
});
Insert cell
import {land} from "@observablehq/plot-world-map"
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