Platform
Resources
Pricing
Sign in
Get started
Toph Tucker
Workspace
Fork
Public
Testing / Helping
By
Toph Tucker
Edited
Jun 6, 2023
1 fork
1 star
Insert cell
Insert cell
Plot
.
auto
(
simpsons
,
{
x
:
"season"
,
y
:
"number_in_season"
,
color
:
"imdb_rating"
,
mark
:
"bar"
}
)
.
plot
(
)
Insert cell
Insert cell
Plot
.
cell
(
simpsons
,
{
x
:
"season"
,
y
:
"number_in_season"
,
fill
:
"imdb_rating"
}
)
.
plot
(
)
Insert cell
Insert cell
Plot
.
auto
(
simpsons
,
{
x
:
"season"
,
y
:
"number_in_season"
,
color
:
{
value
:
"imdb_rating"
,
reduce
:
"mean"
}
,
mark
:
"bar"
}
)
.
plot
(
)
Insert cell
Insert cell
import
{
simpsons
}
from
"@observablehq/plot-simpsons-ratings"
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML