Public
Edited
Feb 10, 2024
5 forks
Importers
2 stars
Insert cell
Insert cell
Plot.plot({
aspectRatio: 1,
color: {label: "Elevation (m)", legend: true},
marks: [
Plot.raster(volcano.values, {width: volcano.width, height: volcano.height})
]
})
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