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"
})