altair.layer#

altair.layer(*charts, **kwargs)#

Layer multiple charts.

When all charts share identical facet encodings (row, column, or facet channels), those encodings are automatically hoisted and the result is a FacetChart equivalent to calling .facet(row=..., column=...) after layering.