Public
Edited
Sep 10, 2023
6 forks
Importers
2 stars
Insert cell
Insert cell
Plot.plot({
aspectRatio: 1,
color: {
legend: true,
label: "Elevation (m)"
},
marks: [
Plot.contour(volcano.values, {
width: volcano.width,
height: volcano.height,
fill: Plot.identity,
stroke: "black"
})
]
})
Insert cell
volcano = FileAttachment("volcano.json").json()
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