Public
Edited
Dec 24, 2022
Insert cell
Insert cell
Insert cell
viewof omega = Inputs.range([0, 10], { label: "Omega", step: 0.1 })
Insert cell
viewof delta = Inputs.range([0, 3], { label: "phase difference", step: 0.1 })
Insert cell
Plot.plot({
inset: 10,
width: 600,
height: 600,
grid: true,
x: {
label: "x1",
domain: [-1, 1]
},
y: {
label: "x2",
domain: [-1, 1]
},
marks: [Plot.frame(), Plot.line(data, { x: "x1", y: "x2" })]
})
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