Published
Edited
Jun 12, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
width: 960,
height: 600,
grid: true,
marks: [
Plot.dotY(cos_wave, {x: (d, i) => i, fill: "#00000020"}),
Plot.ruleX([64,128,192], {stroke: "#000000f0"}),
]
});

Insert cell
Insert cell
Insert cell
Plot.plot({
width: 960,
height: 600,
grid: true,
marks: [
Plot.dotY(exp_gamma, {x: (d, i) => i, fill: "#00000020"})
]});
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