Type Table, then Shift-Enter. Ctrl-space for more options.
//Your Plot here
Plot.plot({
width:1200,
marks:[
Plot.dot(scat,{
x:"gdp_percapita",
y:"co2",
fill:"population",
r:"population",
channels:{country:"country"},
tip:true
})
]
})
scat1
SELECT * FROM scat1
WHERE
co2 > 0 AND
co2 < ${topEmissions} AND
gdp_percapita > 0 AND
gdp_percapita < ${topGDP}
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.