Platform
Resources
Pricing
Sign in
Get started
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Unlisted
By
Fil
Edited
May 25, 2023
2
Insert cell
Insert cell
athletes
Insert cell
athletes
Clear All
Swap X/Y
Customize
X
height
Y
nationality
Color
—
Size
—
Facet X
—
Facet Y
—
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
viewof
athletes
=
Plot
.
plot
(
{
marks
:
[
Plot
.
barX
(
olympians
,
Plot
.
groupZ
(
{
x
:
"count"
}
,
{
fill
:
"sport"
,
fillOpacity
:
0.5
,
order
:
"sum"
}
)
)
,
Plot
.
barX
(
olympians
,
Plot
.
pointer
(
Plot
.
groupZ
(
{
x
:
"count"
}
,
{
fill
:
"sport"
,
order
:
"sum"
,
tip
:
true
}
)
)
)
,
]
}
)
Insert cell
viewof
athlete
=
Plot
.
dot
(
athletes
??
olympians
,
{
x
:
"weight"
,
y
:
"height"
,
tip
:
true
}
)
.
plot
(
)
Insert cell
athlete
Insert cell
viewof
group
=
Plot
.
plot
(
{
height
:
400
,
marginLeft
:
100
,
color
:
{
scheme
:
"blues"
,
legend
:
true
}
,
marks
:
[
Plot
.
cell
(
olympians
,
Plot
.
group
(
{
fill
:
"count"
}
,
{
x
:
"sex"
,
y
:
"sport"
,
tip
:
"y"
}
)
)
]
}
)
Insert cell
group
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
athletes
File attachments
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
athletes
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
athlete
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
group
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML