Published
Edited
May 4, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Inputs.Table(players)
Insert cell
Plot.dot(players, {x: "G", y: "SOG", stroke: "POS"}).plot()
Insert cell
Plot.rectY(players, Plot.binX({y: "count"}, {x: "AGE", fill: "POS"})).plot()
Insert cell
Insert cell
import {swatches as Swatches} from "@d3/color-legend"
Insert cell
Inputs = require("@observablehq/inputs@0.7.21/dist/inputs.umd.min.js")
Insert cell
d3 = require("d3@6.7.0/dist/d3.min.js")
Insert cell
Plot = require("@observablehq/plot@0.1.0/dist/plot.umd.min.js")
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