Platform
Resources
Pricing
Sign in
Get started
LRF Workspace
Workspace
Fork
Public
By
Jack Hutchinson
Edited
Mar 21, 2024
Fork of
Plot: Seattle temperature temporal heatmap
1 star
1
Insert cell
Insert cell
1
viewof
summary
=
Plot
.
plot
(
{
padding
:
0
,
y
:
{
tickFormat
:
Plot
.
formatMonth
(
"en"
,
"short"
)
}
,
marks
:
[
Plot
.
cell
(
seattle
,
Plot
.
group
(
{
fill
:
"max"
}
,
{
x
:
(
d
)
=>
d
.
date
.
getUTCDate
(
)
,
y
:
(
d
)
=>
d
.
date
.
getUTCMonth
(
)
,
fill
:
"temp_max"
,
inset
:
0.5
}
)
)
]
}
)
Insert cell
seattle
=
FileAttachment
(
"seattle-weather.csv"
)
.
csv
(
{
typed
:
true
}
)
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
summary
Show 1 comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
seattle
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML