Public
Edited
Sep 19, 2023
Insert cell
Insert cell
data = d3.csv("https://raw.githubusercontent.com/filhoalm/Breast_cancer/main/data/data_er_9162023.csv", d3.autoType)

Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
y: {
grid: true,
//tickFormat: "+f",
label: "Breast cancer by subtype"
},
color: {
scheme: "BuRd"
},
marks: [
Plot.ruleY([0]),
Plot.dot(data, {x: "year", y: "rr", stroke: "er_label"})
]
})
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