Public
Edited
Sep 20, 2023
Insert cell
Insert cell
cran_graph_nodes.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Plot.plot({
style: {
fontSize: "12pt",
fontFamily: "Belanosima",
backgroundColor: "black"
},
marks: [
Plot.dot(df, {
x: "x",
y: "y",
fill: "dist2HW",
title: (d) => `Author Name: ${d.name} \n Hadley Distance: ${d.dist2HW}`
})
],
color: { type: "linear", legend: false, scheme: "Rainbow" },
axis: null,
height: 1000,
width: 1000,
marginRight: 20,
marginLeft: 20
})
Insert cell
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