altair.layer#
- altair.layer(*charts, **kwargs)#
Layer multiple charts.
When all charts share identical facet encodings (
row,column, orfacetchannels), those encodings are automatically hoisted and the result is aFacetChartequivalent to calling.facet(row=..., column=...)after layering.