Public
Edited
Apr 10, 2023
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barY(alphabet, {x: "letter", y: "frequency", sort: {x: "y", reverse: true}}),
Plot.ruleY([0])
]
})
Insert cell
Plot.plot({
marks: [
Plot.barY(alphabet, {x:"letter", y: "frequency", sort: {x:"y", reverse: true}}),
Plot.ruleY([0]),
Plot.ruleY([1/26], {stroke:"orange"})
]
})
Insert cell
Plot.plot({
marks: [
Plot.barY(alphabet, {x:"letter", y: "frequency",
fill:"lightgray",
sort: {x:"y", reverse: true}}),
Plot.ruleY([0]),
Plot.ruleX("S", {stroke:"orange"})
]
})
Insert cell
data = alphabet
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

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