Platform
Resources
Pricing
Sign in
Get started
Steven Sun's Workspace
Workspace
Fork
Public
By
Steven Sun
Edited
Oct 17, 2023
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
ruleY
(
[
0
]
)
,
Plot
.
lineY
(
buildingList
,
{
x
:
"Material"
,
y
:
"Specific heat capacity, J/ (kg.K)"
,
}
)
]
}
)
Insert cell
buildingList_link
=
"https://docs.google.com/spreadsheets/d/e/2PACX-1vTMm7nBRlvP5yvaHzLEHS34Op_q0Mhe0HJ56OdTf0RYeLJPY_Zj7IMLEP3zfQRAC_eNPbPq-AAMkdAz/pub?output=csv"
Insert cell
buildingList
=
d3
.
csv
(
buildingList_link
,
d3
.
autoType
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
buildingList_link
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
buildingList
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML