Public
Edited
May 23, 2023
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dataGroupedPerSensor = d3.group(dataSlice, d => d.idx)
Insert cell
sensor1 = dataGroupedPerSensor.get(0)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
staticLog = FileAttachment("log@2.csv").csv()
Insert cell
Insert cell
staticLog
X
timeSincePowerOn
Y
gas_resistance
Color
idx
Size
Facet X
idx
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.auto(staticLog, {
x: "timeSincePowerOn",
y: "gas_resistance",
color: "idx",
fx: "idx"
}).plot({ color: { legend: true } })
Insert cell
Insert cell
import {request} from '@mootari/powerful-features'
Insert cell
import {zip, zipreader} from "@fil/jszip"
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