Public
Edited
Sep 14, 2023
Insert cell
Insert cell
218=20*20*x




Insert cell
Insert cell
Insert cell
{
let target = DOM.element('div')
functionPlot({
title: 'y = x²',
data: [{
fn: 'x^2'
}],
target
});
return target
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
let target = DOM.element('div')
functionPlot({
target,
tip: {
xLine: true
},
yAxis: { domain: [0, 9] },
xAxis: { domain: [0, 9] },
data: [
{
fn: 'x * x * .3',
range: [0, 8],
},
{
fn: 'x * x * .2',
range: [0, 8],
}
]
})
return target
}
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