Public
Edited
Mar 4, 2024
Insert cell
Insert cell
Insert cell
viewof closetConfig = Inputs.radio(["box", "corner", "single"], {label: "Closet type"})
Insert cell
Insert cell
viewof kitchenConfig = Inputs.radio(["wraparound", "split1", "split2"], {label: "Kitchen counters"})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
living_poly = [
{ name: 'kitchen', points: [
[1,1],[10.7, 1], // North wall
[13.9, 4.2],[13.9, 14.6], // Angled sink + dining wall
[16.3,14.6],[16.3,17.9],[13.9,17.9], // Book nook
[13.9,24.4],[4.2,24.4], // East corner
[4.2,28.0],[1,28.0], // Entry way
[1,1] // West wall
]},
{ name: 'counter', points: [
[1,3.4],[9.4, 3.4],[11.5, 5.5],[11.5, 8.5],[13.9, 8.5]
]},
]
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