Public
Edited
Feb 23
Insert cell
Insert cell
wildfire=FileAttachment("updated_wildfire_data.csv").csv({typed: true})
Insert cell
Plot.plot({
y:{domain:[0,200]},
marks: [
Plot.dot(wildfire, {
x: "Wind_speed(m/s)",
y: "Time_taken_hours",
r: 8,
tip:true,
channels:{year:"Year",Area_in_soccer_fields:"Area_in_soccer_fields"}
})
]
})
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