Public
Edited
Oct 5, 2022
4 forks
Insert cell
md `# Five-Dimensional Compton Form Factor Tesselation Projection`
Insert cell
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.dot(data, { x: "Pm2", y: "Em2", stroke: "Qm", fill:"Sang"})
]
})
Insert cell
Plot.plot({
marks: [
Plot.dot(data, { x: "Qm", y: "Em2", stroke: "Pm2", fill:"Sang"})
]
})
Insert cell
dotplot = Plot.dot(data, {x: "Sang", y: "Pm2", fill: "Em2"}).plot()
Insert cell
data = FileAttachment("5d_test1@1.csv").csv({typed: true})
Insert cell
cols = ["Sang","ProbDist","Qm","Em2","Pm2"]
Insert cell
//import {chart} with {data as data} from "@d3/parallel-coordinates"
Insert cell
Plot.plot({
marks: [
Plot.dot(data, { x: "Sang", y: "ProbDist", stroke: "Em2", fill:"Pm2"})
]
})
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