Public
Edited
Dec 4, 2023
Insert cell
Insert cell
data = FileAttachment("ep-authors-by-year.csv").csv({ typed: true })
Insert cell
data.columns
Insert cell
Insert cell
data_other = FileAttachment("other-fields.csv").csv({ typed: true })
Insert cell
data_other.columns
Insert cell
Plot.plot({
marginLeft: 250,
x: { grid: true, domain: [0, 1_300] },
marks: [
Plot.barX(data_other.slice(1, 11), {
x: "EP authors",
y: "Scientific Field",
sort: { y: "x", reverse: true }
}),
Plot.ruleX([0])
]
})
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