Public
Edited
Sep 18, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {Swatches} from "@d3/color-legend"
Insert cell
import {howto} from "@d3/example-components"
Insert cell
clustered_top3_2023.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
axis: null,
margin: 20,
marginRight: 120,
marks: [
Plot.tree(clustered_top3_2023, {path: "Alue"})
]
})
Insert cell
Plot.plot({
axis: null,
margin: 20,
marginRight: 120,
marks: [
Plot.tree(clustered_top3_2023.slice(0, 50), {path: "name", delimiter: "."})
]
})
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