Published unlisted
Edited
Aug 31, 2021
Importers
2 stars
Insert cell
Insert cell
Plot = FileAttachment("plot@1.umd.js").url().then(require)
Insert cell
Plot.plot({
className: "plot hello",
x: {
className: "axis-x"
},
y: {
className: "axis-y"
},
marks: [
Plot.frame({
className: "frame"
}),
Plot.dot({length: 10}, {
x: Math.random, y: Math.random, className: "world"
})
]
})
Insert cell
html`<style>
.hello { background: #fefef2 }
.frame { stroke: blue }
.axis-x { stroke: red }
.axis-y { stroke: orange }
.world { fill: lime }
`
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