Plot.rectY(snitchesWithFollowers.filter(d => d.retweets < 500), Plot.binX({y: "count"}, {x: "retweets", fill:d => d.isFromFollowed ? "followed" : "stranger", thresholds: 'freedman-diaconis'})).plot({
color: {
domain: ["stranger", "followed"],
range: ["rgb(78 121 167 / 80%)", "rgb(242 142 44 / 80%)"],
legend: true
},
});