Public
Edited
May 18
Insert cell
Insert cell
import {vl} from "@vega/vega-lite-api-v5"
Insert cell
abTemp = FileAttachment("Temperature_Anomaly-1.csv").csv()
Insert cell
vl.markTick()
.data(abTemp)
.transform(
vl.filter("datum.Month == 'Feb' || datum.Month == 'Aug'")
)
.encode(
vl.x().fieldT('Year'),
vl.color().fieldQ('Temperature_Anomaly')
)
.render()
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.
Learn more