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
Public
Edited
May 23, 2024
12 forks
Importers
4 stars
1
Insert cell
Insert cell
Plot
.
plot
(
{
y
:
{
grid
:
true
,
tickFormat
:
"+f"
,
label
:
"↑ Surface temperature anomaly (°C)"
}
,
color
:
{
scheme
:
"BuRd"
,
legend
:
true
}
,
marks
:
[
Plot
.
ruleY
(
[
0
]
)
,
Plot
.
dot
(
gistemp
,
{
x
:
"Date"
,
y
:
"Anomaly"
,
stroke
:
"Anomaly"
}
)
]
}
)
Insert cell
gistemp
=
FileAttachment
(
"gistemp.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
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
gistemp
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML