Public
Edited
May 10, 2023
1 star
Insert cell
Insert cell
exp_rev_updated (4).csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
color: {legend: true},
marks: [
Plot.ruleY([0]),
Plot.lineY(exp_rev_updated4, {x: "year", y: "revenues", stroke:"green" }),
Plot.ruleY([0]),
Plot.lineY(exp_rev_updated4, {x: "year", y: "expenses", stroke:"red"}),
]
})
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