Public
Edited
Feb 7
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
documentation
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pays = FileAttachment("world-exo.json").json()
Insert cell
bm = FileAttachment("worldbank.csv").csv({ typed: true })
Insert cell
Insert cell
// Votre code ici
Insert cell
Insert cell
// Votre code ici
Insert cell
Insert cell
En 2020, le pays le plus riche est **${undefined}** et le pays le plus peuplé est **${undefined}**.
Insert cell
// paysleplusriche = ...
Insert cell
// payslepluspeuple = ...
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viz = require('geoviz')
Insert cell
Insert cell
// viz.path({...})
Insert cell
Insert cell
// {
// let svg = viz.create(...);
// svg.path();
// return svg.render(...);
// }
Insert cell
Insert cell
// merge = ...
Insert cell
Insert cell
// merge.diagnostic
Insert cell
Insert cell
// world = ...
Insert cell
Insert cell
// {
// let svg = viz.create({
// projection: d3.geoEqualEarth()
// });
// svg.outline()
// svg.graticule()
// svg.path(...);
// svg.header(...);
// svg.footer(...);
// return svg.render();
// }
Insert cell
Insert cell
Insert cell
//viz.plot({ type: "choro", ... })
Insert cell
Insert cell
//viz.plot({ type: "choro", ... })
Insert cell
Insert cell
//viz.plot({ type: "typo", ... })
Insert cell
Insert cell
//viz.plot({ type: "prop", ... })
Insert cell
Insert cell
//viz.plot({ type: "prop", ... })
Insert cell
Insert cell
//viz.plot({ type: "propchoro", ... })
Insert cell
Insert cell
//viz.plot({ type: "proptypo", ... })
Insert cell
Insert cell
// {
// let svg = viz.create({
// projection: d3.geoEqualEarth()
// });
// svg.outline()
// svg.graticule()
// svg.plot(...);
// svg.header(...);
// svg.footer(...);
// return svg.render();
// }
Insert cell
Insert cell
Insert cell
// Votre code ici
Insert cell
Insert cell
// Votre code ici
Insert cell
Insert cell
// Code du slider
Insert cell
// Code de la carte
Insert cell
Insert cell
Insert cell
Insert cell
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