Public
Edited
Dec 13, 2022
1 fork
Insert cell
Insert cell
file = FileAttachment("ps.csv").csv()
Insert cell
data = file.map(d => Number(d.val))
Insert cell
Insert cell
normalData = normalFile.map(d => Number(d.val))
Insert cell
poissonFile = FileAttachment("ps3.csv").csv()
Insert cell
poissonData = poissonFile.map(d => Number(d.val))
Insert cell
chart(data)
Insert cell
chart(normalData)
Insert cell
chart(poissonData)
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