arviz_plots.PlotCollection.aes

arviz_plots.PlotCollection.aes#

property PlotCollection.aes#

Information about aesthetic mapping as a DataTree.

A subset of the input dataset ds[var_name].sel(**kwargs) is associated the aesthetics in aes[var_name].sel(**kwargs). Note that here aes is a DataTree so aes[var_name] is a Dataset. There can be as many aesthetic mappings as desired, and they can map to any dimensions independently from one another and also independently between variables (even if not recommended).