Public
Edited
May 30, 2023
Plot bug for grid line color?
Plot bug with tick labels?
Insert cell
Insert cell
data = [{ x: 0.5, y: 0.5 }]
Insert cell
Plot.plot({
/*
x: {
domain: [0, 1]
},
y: {
domain: [0, 1]
},*/
marks: [
Plot.dot(data, {
x: "x",
y: "y",
fill: "#3385ff",
r: 10
})
]
})
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