Platform
Resources
Pricing
Sign in
Get started
recifs
Fil’s live coding experiments
Workspace
Fork
Public
By
Fil
Edited
Nov 14, 2023
12 stars
1
Insert cell
Insert cell
Plot
=
import
(
"https://esm.sh/gh/observablehq/plot@4b035f5c1f45c1875d6f939fc017166f0267fea1"
)
Insert cell
viewof
selection
=
Plot
.
dot
(
penguins
,
Plot
.
brush
(
{
x
:
"culmen_length_mm"
,
y
:
"culmen_depth_mm"
,
fill
:
"species"
,
unselected
:
{
fill
:
"#eee"
}
}
)
)
.
plot
(
)
Insert cell
Inputs
.
table
(
selection
)
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
Plot
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
selection
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML