Public
Edited
Jul 17, 2023
Insert cell
Insert cell
seq_data = FileAttachment("seq.csv").csv();

Insert cell
rand_data = FileAttachment("random.csv").csv();


Insert cell
d3.filter(seq_data, d => d.operation=="read")
Insert cell
// // const bandwidthByFS = d3.group(bandwidth, d => d.clusterFS)

Plot.plot({
marks: [
Plot.barY(seq_data.filter(d => d.operation="read"), {x: "clusterFS", y: "bandwidth", }),
Plot.ruleY([0])
]
})
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