Public
Edited
May 16, 2023
Insert cell
Insert cell
exp_rev_updated.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell

exp_rev_updated

Insert cell
Plot.plot({
marks: [
Plot.lineY(exp_rev_updated,{x: "year", y:"revenues"}),
Plot.lineY(exp_rev_updated, {x: "year", y: "expenses"}),
],
color : {
legend :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