Public
Edited
Feb 16, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.rectY(data, { x: "x", y: "y", interval: 0.05 })
]
})
Insert cell
Insert cell
Insert cell
Plot.plot({
x: {
interval: 0.05
},
marks: [
Plot.rectY(data, { x: "x", y: "y", interval: 0.05 }),
Plot.axisX({ color: "red", fontWeight: "bold" })
]
})
Insert cell
Insert cell
Insert cell
Plot.plot({
x: {
interval: 0.05,
ticks: 18
},
marks: [
Plot.rectY(data, { x: "x", y: "y", interval: 0.05 })
]
})
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