Public
Edited
Oct 26, 2023
65 forks
Importers
110 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
values = FileAttachment("values@1.json").json()
Insert cell
Insert cell
[d3.min(values), d3.median(values), d3.max(values)]
Insert cell
Insert cell
import {Histogram} from "@d3/histogram"
Insert cell
Histogram(values)
Insert cell
Insert cell
Insert cell
Histogram(values, {width, height: 200, color: "steelblue"})
Insert cell
Insert cell
Insert cell
Histogram(randoms, {width, height: 200, color: "steelblue", domain: [-10, 10]})
Insert cell
randoms = Float64Array.from({length: 2000}, d3.randomNormal(mu, 2))
Insert cell
Insert cell
Insert cell
Insert cell
import {Scrubber} from "@mbostock/scrubber"
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