Public
Edited
Sep 4, 2023
2 stars
Insert cell
Insert cell
Grundlastbezwinger-Detaillierte Daten-2023-06-03-to-2023-08-30.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
grundlastbezwingerDetaillierteDaten20230603To20230
X
aktualisierte_zeit
Y
produktionsleistung_w
Color
weekday
Size
Facet X
Facet Y
Mark
dot
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
width: 2400,
color: { legend: true },
marks: [
Plot.dot(grundlastbezwingerDetaillierteDaten20230603To20230, {
x: "aktualisierte_zeit",
y: "produktionsleistung_w",
stroke: "weekday",
tip: true
})
]
})
Insert cell
Plot.plot({
width: 2400,
color: { legend: true },
marks: [
Plot.dot(grundlastbezwingerDetaillierteDaten20230603To20230, {
x: "aktualisierte_zeit",
y: "produktionsleistung_w",
stroke: "weekday",
tip: true,
fy: "weekday"
})
]
})
Insert cell
Plot.plot({
width: 2400,
color: { legend: true },
marks: [
Plot.line(grundlastbezwingerDetaillierteDaten20230603To20230, {
x: "minuteOfDay",
y: "produktionsleistung_w",
stroke: "day",
tip: true
})
]
})
Insert cell
Plot.plot({
width: 2400,
height: 2400,
color: { legend: true },
marks: [
Plot.dot(grundlastbezwingerDetaillierteDaten20230603To20230, {
x: "minuteOfDay",
y: "produktionsleistung_w",
tip: true,
fx: "month",
fy: "weekday"
})
]
})
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