Published unlisted
Edited
Aug 20, 2021
Insert cell
Insert cell
Plot.plot({
y: { line: true },
marks: [
Plot.barY(
{ length: 10 },
{
x: () => String.fromCharCode(65 + Math.random() * 26),
y: Math.random,
fill: Math.random
}
)
]
})
Insert cell
Plot.plot({
grid: true,
inset: 6,
x: {
line: true,
domain: [..."ABCDEFGH"]
},
y: {
line: true,
domain: [..."abcdefg"]
}
})
Insert cell
import { PlotLatest as Plot } from "@fil/plot-early-bird"
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