Plot.plot({
marks: [
Plot.cell(selected_fam.deps, {
x: "downstream_asn",
y: "upstream_asn",
fill: "dependency_pct",
sort: { y: "fill", x: "fill", reverse: true, limit: 20 }
}),
],
color: { scheme: "blues", legend: true },
grid: true,
marginLeft: 300,
marginBottom: 400,
x: { tickRotate: 90},
})