Public
Edited
Jan 30, 2023
Insert cell
Insert cell
Plot.plot({
x: { ticks: [512, 1024, 2048, 3072], tickFormat: "d" },
y: { domain: [0, 200] },
marks: [
Plot.rectY(
pterl.filter((e) => e.len <= 4096),
Plot.binX({ y: "count" }, { x: "len", thresholds: 128 })
)
]
})
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