Public
Edited
Apr 3
Paused
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
inset: 10,
grid: true,
x: { label: "Variedad de tuiteros →" },
y: { label: "Cantidad de retuits" },
marks: [
Plot.line(variedadSemanal, {
x: "variedad",
y: "cantidad",
curve: "catmull-rom",
marker: true
}),
Plot.text(variedadSemanal, {
x: "variedad",
y: "cantidad",
text: (d) => `${d3.timeFormat("%d-%b")(d.semana)}`,
dy: -8
})
]
})
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more