Public
Edited
Sep 6, 2022
1 fork
2 stars
Insert cell
Insert cell
Plot.plot({
color: { legend: true },
x: { type: "log" },
y: { type: "log" },
marks: [
Plot.dot(jp_lca_dat, {
x: "Eutrophication (g PO43-eq)",
y: "Water Use (L)",
fill: "Country"
})
]
})
Insert cell
// from the Clark_et_al_2022_PNAS_SM zip file
jp_lca_dat = FileAttachment("jp_lca_dat.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.
Learn more