Plot.plot({
marginLeft: 90,
color: {scheme: hot ? "reds" : "purples"},
marks: [
Plot.barX(extremeTage, {
y: "Datum",
fill: hot ? "Temperatur Max" : "Temperatur Min",
x: hot ? "Temperatur Max" : "Temperatur Min",
sort: {y: "x", reverse: hot, limit: topN}
})
]
})