Plot.plot({
width,
height: width * 0.437,
projection: {
type: ({ width, height }) => d3.geoImago().fitSize([width, height], land),
inset: 5
},
marks: [
Plot.frame(),
Plot.geo(land, {
stroke: "currentColor",
fill: "currentColor",
fillOpacity: 0.06
})
]
})