Published
Edited
Jan 27, 2022
Insert cell
Insert cell
//data = FileAttachment("penguins.csv").csv({typed: true})
Insert cell
Plot.plot({
height:200,
width: 300,
inset: 8,
grid: true,
facet:
{
data: data,
x: "HW",
},
color: {
//legend: true,
},
y:
{
domain: [0,2],
clamp: false,
},
x:
{
domain: [15,20],
clamp: false,
},
marks: [
Plot.dot(data,
{
x: "P3DMT",
y: "HSP",
fill: "Study",
//stroke: "sex"
}),
]
})
Insert cell
data = FileAttachment("HeatStress2020_FinalProject_Cleaned.csv").csv({typed: true})
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