Platform
Resources
Pricing
Sign in
Get started
Beatriz Martínez
Full-stack data visualizer. That means I enjoy doing everything, from raw data to revealing & pretty interactive data visualizations.
Workspace
Fork
Public
By
Beatriz Martínez
Edited
Dec 25, 2023
Fork of
Plot: Horizontal bar chart
Insert cell
Insert cell
data
=
[
63
,
41
,
33
,
41
,
40
,
28
,
26
,
25
,
3
]
Insert cell
Plot
.
plot
(
{
axis
:
null
,
x
:
{
axis
:
null
,
grid
:
null
,
percent
:
false
}
,
marks
:
[
Plot
.
ruleX
(
[
0
]
)
,
Plot
.
barX
(
data
,
{
x
:
(
d
)
=>
d
,
y
:
(
d
,
i
)
=>
i
,
}
)
]
}
)
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
Compare fork
Fork
View
Export
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML