Public
Edited
Oct 15, 2023
1 star
Insert cell
Insert cell
Plot.plot({
width: 1000,
grid: true,
x: { nice: true },
y: { nice: true },
color: { legend: true },
marks: [
Plot.frame(),
Plot.dot(data, {
x: "Date",
y: "Adj Close",
fill: "gray",
opacity: 0.2
}),
Plot.dot(data, {
x: "Date",
y: "High",
fill: "High",
stroke: "gray",
strokeWidth: 1,
r: "Volume",
tip: true
})
]
})
Insert cell
data = atvi
Insert cell
ATVI.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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