Plot.plot({
projection: ({width, height}) => d3_composite.geoConicConformalSpain().fitSize([width, height], spainPostalMap),
width:width,
height: width * 0.45,
marks: [
Plot.frame({marginBottom: 16, stroke: 'none', fill: '#f5f4ee'}),
Plot.geo(spainPostalMap, { stroke: "#222224", strokeWidth: 0.2 })
]
})