Published
Edited
Jun 27, 2022
1 star
Insert cell
Insert cell
Insert cell
Plot.plot({
caption: "Languages with Central Package Repositories",
width: 800,
height: 400,
marginLeft: 100,
y : {type: "log", label: "Number of published packages"},
x: {tickFormat: d => d, label: "Year language created"},
inset: 20,
grid: true,
marks: [
Plot.text(data, {x: "appeared", y: "packages", text: "id", dx: 10})
]
})
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