Public
Edited
Apr 26, 2024
Insert cell
Insert cell
ai_playoff_games.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
ai_playoff_games
X
Date
Y
PTS
Color
Size
Facet X
Series
Facet Y
Mark
dot
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marks: [
Plot.frame({ strokeOpacity: 0.1 }),
Plot.dot(ai_playoff_games, {
fx: "Series",
x: "Date",
y: "PTS",
fill:"Opp",
r:"PTS",
opacity:0.8,
tip: true })],
color: {label: "Opposing Teams",
legend: true,
range:["#007a33", "#ce1141", "#1d42ba", "#fdbb30",
"#f9a01b", "#00471b", "#0c2340", "#0077c0", "#753bbd"]},
r: {range: [1,8]},
y: {grid:true},
title: "Allen Iverson (AI) Playoff Points per Game",
subtitle: "#30DayChartChallenge Day26 - AI",
caption: "https://observablehq.com/@dddanieltan/30daychartchallenge-day26-ai"
})
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