Public
Edited
May 9, 2023
1 fork
1 star
Insert cell
Insert cell
Insert cell
деловая репутация консультант - отв.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marginLeft: 90,
color: { legend: true },
marks: [Plot.barX(def, Plot.groupZ({ x: "count" }, { fill: "def" }))]
})
Insert cell
Plot.plot({
marginLeft: 90,
color: { legend: true },
marks: [Plot.barX(def, Plot.groupZ({ x: "count" }, { fill: "def" }))]
})
Insert cell
Plot.plot({
marks: [Plot.barX(def, Plot.groupZ({ x: "count" }, { fill: "def" }))]
})
Insert cell
pl.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marginLeft: 90,
color: { legend: true },
marks: [Plot.barX(pl, Plot.groupZ({ x: "count" }, { fill: "pl" }))]
})
Insert cell
info.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marginLeft: 90,
color: { legend: true },
marks: [Plot.barX(info, Plot.groupZ({ x: "count" }, { fill: "info" }))]
})
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