Public
Edited
Oct 30, 2023
Insert cell
Insert cell
Centralia PA - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
x: { grid: true },
title: "Centralia, PA",
marks: [
Plot.lineY(centraliaPaSheet1, { x: "Year", y: "population", tip: true })
]
})
Insert cell
Plot.plot({
x: { grid: true },
title: "Virginia City, MT",
marks: [
Plot.lineY(virginiaCityMontanaSheet1, { x: "Year", y: "population", tip: true })
]
})
Insert cell
Kennecott - Sheet1 (1)@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Kennecott - Sheet1 (5).csv
X
Year
Y
Population
Color
Timeline
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Bodie - Sheet1 (2).csv
X
Year
Y
Population
Color
Timeline
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Virginia City Montana - Sheet1 (1).csv
X
Year
Y
population
Color
Timeline
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Rhyolite - Sheet1.csv
X
Year
Y
Population
Color
Timeline
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
color: { legend: true },
marks: [
Plot.lineY(kennecottSheet1, { x: "Year", y: "Population", tip: true })
]
})
Insert cell
Plot.plot({
x: { grid: true },
title: "Bodie, CA",
marks: [
Plot.lineY(bodieSheet11, { x: "Year", y: "Population", tip: true })
]
})
Insert cell
Plot.plot({
x: { grid: true },
title: "Shaniko, OR",
marks: [
Plot.lineY(shanikoSheet1, { x: "Year", y: "Population", tip: true })
]
})
Insert cell
Plot.plot({
x: { grid: true },
title: "Thurmond, WV",
marks: [
Plot.lineY(thurmondSheet1, { x: "Year", y: "Population", tip: true })
]
})
Insert cell
Thurmond - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Shaniko - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Bodie - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Virginia City Montana - Sheet1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Select a data source…
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Bodie - Sheet1 (1).csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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