Public
Edited
Nov 6, 2023
Insert cell
Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
NCAABasketballStats2022 (2).csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
ncaabasketballstats20222
X
points_per_game
Y
win_percentage
Color
Size
Facet X
Facet Y
Mark
dot
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Yo = Plot.plot({
marks: [
Plot.dot(ncaabasketballstats20222, {
x: "points_per_game",
y: "win_percentage",
tip: true,
fill: "navy"
}),
Plot.linearRegressionY(ncaabasketballstats20222, {
x: "points_per_game",
y: "win_percentage",
tip: true,
fill: "navy"
})
]
})
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