Plot.rectY(filtered,
Plot.binX(
{y: "count"},
{x: "body_mass_g", fill: "species", thresholds: 20}
))
.plot({
facet: {
data: filtered,
x: "sex",
y: "species",
marginRight: 80
},
marks: [
Plot.frame(),
]
}
)
企鹅
基于Allison Horst的Palmer企鹅数据集的一个简单示例。在这里,我们研究了企鹅的体重在性别和物种之间是如何变化的(使用提供的输入按喙长和岛屿过滤数据集):