Platform
Resources
Pricing
Sign in
Get started
Zach Bogart
I'll know it when I see it.
Workspace
Fork
Published
Experiments
By
Zach Bogart
Edited
Sep 5, 2021
2 stars
2
Experiments
Zach's Making Nouns
Bookworm
Digital Decoration, Halloween 2021
Emojis, Please
Random Treat
Ratio Helper
TidyTuesday Shuffler
The Anthropocene Reviewed
Shower, Water Usage
I want a Plot. NOW!
From Zero to Avid Podcast Listener (on iPhone)
Logo, Iconified
BTS: Shower Timeseries
Shower Timeseries
Testing out keyboard shortcuts
How to solve (simple) data questions
Utilities
Scooby Doo
Notes on Learning Observable Plot
Zach Track
Insert cell
Insert cell
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
dot
(
athletes
,
{
x
:
"weight"
,
y
:
"height"
,
fill
:
"sex"
,
fillOpacity
:
0.3
}
)
]
}
)
// this is possible, but not much more work to make it in the standard format
// Plot.dot(athletes, {x: "weight", y: "height", fill: "sex", fillOpacity: 0.3}).plot()
Insert cell
Insert cell
// the barY extends vertically, while ruleY creates a horizontal line
Plot
.
plot
(
{
marks
:
[
Plot
.
barY
(
athletes
,
Plot
.
groupX
(
{
y
:
"count"
}
,
{
x
:
"sex"
,
fillOpacity
:
0.2
}
)
)
,
Plot
.
ruleY
(
[
0
]
,
{
stroke
:
"red"
,
strokeWidth
:
3
}
)
]
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
athletes
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML