Hi. I'm Nicolas Lambert, research engineer in geographic information science at CNRS (France). My job is to draw maps and teach cartography at the university. I am a geographer 🌎, and not really a developer 🖥️
viz.legend.spikes({spike_stroke:"#38896F",title:"Number of inhabitants"})
viz.legend.spikes({
data:world.features.map((d)=>d.properties.pop),
values_round:0,
spike_stroke:"#38896F"
})
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.