Platform
Resources
Pricing
Sign in
Contact us
Fil
Vocateur.
Workspace
Fork
Published
4 collections
By
Fil
Edited
Oct 1, 2021
16 stars
Fil’s plots
Plot: Stacked bin dots
Waffle Chart
Renko Chart
How to attach a plot to a DOM element
Irregular Bar Chart
Database Outage Plot
Log-scale histogram
Irregular bins histogram
Plot Hyperboloid
Happy anniversary, Project Gutenberg!
ROC curve
ELD Viewer
Matrix diagram
K-means binning
Hello, Open Meteo
Road traffic under COVID restrictions (France)
How many books was I reading?
Metbrewer color schemes
Irregular scales
Topological subsampling
Variants du SARS-CoV-2 en France
Variants of SARS-Cov-2 in Europe
Variable tick color
Minimalist dodge plot
Assemblée nationale 2017-2022
AoC 12: shortest path under constraints
How fast does walk-on-spheres converge?
Also listed in…
Plot Examples
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