arviz_plots.PlotCollection.viz

arviz_plots.PlotCollection.viz#

property PlotCollection.viz#

Information about the visual elements in the plot as a DataTree.

Plot elements like visuals, plots and the figure are stored at the top level, if possible directly as DataArrays, otherwise as groups whose variables are variable names in the input Dataset. The viz DataTree always contains the following leaf variables:

  • figure (always on the home group) -> Scalar object containing the highest level plotting structure. i.e. the matplotlib figure or the bokeh layout

  • plot -> Plot objects in this figure. Generally, these are the target where visuals are added, although it is possible to have visuals targetting the figure itself.

  • row -> Integer row indicator

  • col -> Integer column indicator

See arviz_plots.PlotCollection.map for more details.