Public
Edited
May 9, 2023
1 fork
2 stars
Insert cell
Insert cell
Plot.plot({
x: {nice: true},
y: {grid: true},
marks: [
Plot.line(aapl, {x: "Date", y: "Close"}),
Plot.axisX({ticks: "month", text: null, tickSize: 3}),
Plot.axisX(),
Plot.axisY({ticks: 50, tickSize: 3, text: null}),
Plot.axisY()
]
})
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