Public
Edited
Dec 4, 2023
Insert cell
Insert cell
Glassdoor Gender Pay Gap.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Plot.plot({
title: "Gender Pay Gap Across the US, 2019",
height: 1000,
width: 800,
marginLeft: 70,
marginRight: 70,
marginTop: 50,
marginBottom: 70,
fy: {paddingInner: 0.03},
marks: [
Plot.density(data_total, { filter: (f)=>f.Gender=="Female", x: "TotalPay", y: "Gender", fy: "Education", stroke: "Gender" }),
Plot.ruleX([0])
]
})
Insert cell
data = GenderPayGap
Insert cell
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