Published
Edited
Aug 29, 2022
3 stars
Insert cell
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barX(data, {x: "count", y: "letter"})
],
grid: true
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barX(data, {x: "count", y: "letter"})
],
x: {type: "log"},
grid: true
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.dot(data, {x: "count", y: "letter"})
],
x: {type: 'log'},
grid: true
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barX(data, {x1: 1, x2: "count", y: "letter"})
],
x: {type: 'log'},
grid: true
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barX(data, {x1: 1, x2: "count", y: "letter"})
],
x: {type: 'log', domain: [1e3, 1e7]},
grid: true
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.barX(data, {x1: 1, x2: "count", y: "letter"})
],
x: {type: 'log', domain: [1e3, 1e7], clamp: true},
grid: true
})
Insert cell
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