Public
Edited
Oct 11, 2023
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
display2 = Plot.plot({
width: width,
y: {
type: "log",
label: "British Thermal Units(Millions)"
},
color: {
legend: true
},
marks: [
Plot.dot(sheet_meter1, Plot.groupX({y: "sum"}, {
x: "date",
stroke: "Property Name",
tip: true,
y:"Common_Usage_Units"
})) ,
Plot.linearRegressionY(sheet_meter1, {
x: "date",
y: "Common_Usage_Units",
stroke: "Property Name"
}),
]
})
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