Platform
Resources
Pricing
Sign in
Get started
Juncheng Yang
Workspace
Fork
Public
By
Juncheng Yang
Edited
Jul 17, 2023
2
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
seq_data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
rand_data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML