在ggplot2中,可以很容易地创建一个包含横跨行和列的分面的分面图。在altair中是否有一种“灵活”的方式来做到这一点?facetdocumentation可以在单个列中绘制分面,importaltairasaltfromvega_datasetsimportdatairis=data.irischart=alt.Chart(iris).mark_point().encode(x='petalLength:Q',y='petalWidth:Q',color='species:N').properties(width=180,height=180).facet(row='specie