Let’s have an example above the fold; see e.g. https://observablehq.com/@observablehq/plot-line which only has a sentence or two before you see a functional example. And the first few examples should visualize some abstract data (e.g., a choropleth of county unemployment or a dot map of earthquakes or covid cases) in addition to being a map.
I’m wondering whether we should be discussing Plot.dot + projection here, in the Plot.geo notebook, or over in the Plot: Projection notebook? My intent with that notebook is to cover how the projection option replaces the x and y scales, so it feels more suitable to discuss Plot.dot (and Plot.line, and whatever other marks end up supporting projections) over there.
Is it worth mentioning that Plot expects spherical GeoJSON (like D3) rather than (now-standardized) planar GeoJSON when using one of our built-in spherical projections? Maybe that’s something that could be discussed in the appendix below or in the Plot: Projection notebook.