Platform
Resources
Pricing
Sign in
Get started
Fil
Vocateur.
Workspace
Fork
Published
4 collections
By
Fil
Edited
Oct 1, 2021
16 stars
Plot Examples
Plot: A few custom time axes
Access to Family planning
Plot: Marimekko
Autoplot matrix
What do people buy on Bandcamp?
Plot: colorContrast transform
A Timeline of Democratic Presidential Candidates
Plot: Diverging stacked bars
Plot: Horizon Chart
Plot: Ridgeline Plot
Two-Tone Pseudo Color Scales with Observable Plot & Vega-Lite
Recreating Östling’s regression visualizations
Error bars
Plot: regression
Skies Plot
Horizon graph & Barcode with Plot
Temporal Aliasing
Plot for mathematicians
Plot Isotype dot plot
COVID-19 Netherlands Reproduction Number Tutorial
Plot Mountain Sunset
Spine charts
Greenhouse gas emission projections
Raincloud Plots with Observable Plot
Upset Plots with Observable Plot
Exploring CIELChab
Nature variant waves graphic
When Presidents Fade Away
The Coronavirus landscape
Our World In Data charts visualisation
The normal model
Visualizing The New York Times’s Mini Crossword
Distributions and summary statistics - a collection of Plot examples
Variants of SARS-Cov-2 in Europe
Laid off: 6 million jobs and counting
Concentration values vs. Time
Topological subsampling
Plot of plots
Cyclical time scale, v2
Bullet graph II
Plot: Bullet graph
Cyclical time scale
Road traffic under COVID restrictions (France)
K-means binning
Matrix diagram
ELD Viewer
Happy anniversary, Project Gutenberg!
ROC curve
Plot stargazer history
Plot Hyperboloid
Phone bar plots
Log-scale histogram
Database Outage Plot
Bertin’s hotel
Ireland’s top trade partners
Bump chart
Bubble Matrix
Renko Chart
GitHub Burndown
Plot: Grid choropleth
Candlestick Chart
Also listed in…
Fil’s plots
Plot
Hello
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data
=
fetch
(
"https://gutendex.com/books"
)
.
then
(
(
d
)
=>
d
.
json
(
)
)
Insert cell
Insert cell
wordCount
=
d3
.
sort
(
d3
.
rollup
(
(
book
.
split
(
/^Title:/m
)
[
1
]
||
book
)
.
split
(
/\W+/g
)
,
d
=>
d
.
length
,
d
=>
d
)
,
d
=>
d
[
1
]
)
.
reverse
(
)
Insert cell
selectedWords
=
wordCount
.
filter
(
(
d
)
=>
d
[
0
]
.
length
>=
5
&&
d
[
1
]
>
20
)
.
slice
(
0
,
100
)
.
map
(
(
[
word
,
frequency
]
)
=>
(
{
word
,
frequency
}
)
)
Insert cell
// see https://observablehq.com/@fil/hello-fflate
fflate
=
import
(
"fflate"
)
Insert cell
import
{
CORS_PROXY
}
from
"@fil/cors-proxy"
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
Listed in...
Plot Examples
Observable
Fil’s plots
Fil
Plot
Fil
Hello
Fil
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
Show 3 comments
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
bookUrl
Edit
Add comment
Copy import
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
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
book
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wordCount
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
selectedWords
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fflate
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML