Plot.plot({
height: 420,
axis: null,
color: {
type: "diverging-log",
scheme: "piyg"
},
marks: [
Plot.cell(states, {x: "x", y: "y", fill: change}),
Plot.text(states, {x: "x", y: "y", text: "key", dy: -2}),
Plot.text(states, {x: "x", y: "y", text: formatChange, dy: 10, fillOpacity: 0.6})
]
})