Public
Edited
Jan 22, 2024
Insert cell
Insert cell


Plot.plot({
width:800,
height:600,
marginBottom:100,
inset: 20,
x: {label: "Date de Publication"},
y: {grid: true, label: "Nombre d'exemplaires vendus", tickFormat: ".2s"},
marks: [
Plot.ruleY([0]),
Plot.image(images, {
x: "date_de_publication",
y: "nombre_d_exemplaires_vendus",
src: "image",
width: 35,
title: "titre"
})
]
})

Insert cell
images = FileAttachment("Images - GamesWithImages.csv").csv({typed: true});
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