Plot.plot({
grid: true,
x: {type: "log"},
marks: [
Plot.dot(metros, {
x: "POP_2015",
y: "R90_10_2015"
}),
Plot.text(metros, {
filter: filtered ? "highlight" : null,
x: "POP_2015",
y: "R90_10_2015",
text: "nyt_display",
frameAnchor: "bottom",
dy: -6
})
]
})