Plot.plot({
y: {
grid: true,
tickFormat: "+C",
//label: "Surface temperature anomaly (°C)"
},
//color: {
// scheme: "turbo",
// legend: false
//},
marks: [
Plot.ruleY([0]),
Plot.frame(),
Plot.dot(filtered, {x: "Date", y: "Anomoly_Celcius",
fill: "Anomoly_Celcius", stroke: "Anomoly_Celcius"})
]
})
/*
out
*/