Platform
Resources
Pricing
Sign in
Get started
Fil
Vocateur.
Workspace
Fork
Published
Fil’s plots
By
Fil
Edited
Jan 1, 2022
3 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?
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
dotX
(
data
,
{
fill
:
data
}
)
]
,
x
:
{
interpolate
:
(
a
,
b
)
=>
(
t
)
=>
a
+
(
(
b
-
a
)
*
(
t
+
u
*
jumps
(
t
)
)
)
/
(
1
+
u
*
jumps
(
1
)
)
}
}
)
Insert cell
jumps
=
d3
.
scaleLinear
(
)
.
rangeRound
(
[
-
0.5
,
n
-
0.5
-
0.00001
]
)
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
dotX
(
data
,
{
fill
:
data
}
)
]
,
x
:
{
type
:
"pow"
,
exponent
:
3
,
interpolate
:
(
a
,
b
)
=>
(
t
)
=>
a
+
(
(
b
-
a
)
*
(
t
+
u
*
jumps2
(
t
)
)
)
/
(
1
+
u
*
jumps2
(
1
)
)
}
}
)
Insert cell
jumps2
=
d3
.
scalePow
(
)
.
exponent
(
1
/
4
)
.
rangeRound
(
[
-
0.5
,
n
-
0.5
-
0.00001
]
)
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
data
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
n
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
u
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
jumps
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
jumps2
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML