arviz_plots.PlotMatrix.aes

Contents

arviz_plots.PlotMatrix.aes#

property PlotMatrix.aes#

Information about aesthetic mapping as a DataTree.

For aesthetics where the variable is used to encode information (that is, “__variable__” was used, a subset of the input dataset ds[var_name].sel(**kwargs) is associated the aesthetics in aes[aes_key][var_name].sel(**kwargs).

For aesthetics mappping that only use dimensions for mapping the dataset will have a variable “mapping” with shape inherited from the mapped dimensions in the original data, and might also have a “neutral_element” scalar variable.

The docstring for arviz_plots.PlotCollection.generate_aes_dt has examples and covers the “neutral element” concept in more detail.