Platform
Resources
Pricing
Sign in
Get started
Bill Mill
Workspace
Fork
Public
By
Bill Mill
Edited
Oct 1, 2024
ISC
Fork of
Plot Scatterplot
3
Insert cell
Insert cell
data
=
FileAttachment
(
"Untitled spreadsheet - Sheet1@1.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
Plot
.
plot
(
{
inset
:
8
,
grid
:
true
,
title
:
"insert benchmark (lower is better)"
,
x
:
{
tickRotate
:
9
,
label
:
""
}
,
marks
:
[
Plot
.
barY
(
data
,
{
x
:
"library"
,
y
:
"insert (ms)"
,
fill
:
"library"
}
)
]
}
)
Insert cell
Plot
.
plot
(
{
inset
:
8
,
grid
:
true
,
title
:
"query benchmark (lower is better)"
,
x
:
{
tickRotate
:
9
,
label
:
""
}
,
marks
:
[
Plot
.
barY
(
data
,
{
x
:
"library"
,
y
:
"query (ms)"
,
fill
:
"library"
}
)
]
}
)
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
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