-
-
Notifications
You must be signed in to change notification settings - Fork 458
Plot hierarchy
Ari Hartikainen edited this page Nov 17, 2019
·
8 revisions
NOTE: This currently WIP
ArviZ has hierarchical plot-function structure.
The first level functions operates against one axis with one or more variables. These functions include:
plot_one_kdeplot_one_histplot_one_traceplot_one_boxplot_one_rug
The common input and default values for these functions are
*arr: one or two {ndarray, str}
source: {xarray.Dataset, pandas.DataFrame,bokeh.ColumnDataSource}; optional
ax: {matplotlib.axis, bokeh.figure}; optional
labels: one or two {str, bokeh.Text}
line_kwargs: {dict}; optional
line properties
fill_kwargs: {dict}; optional
area properties
special_kwargs: {dict}; optional
special plot specific properties
backend: {"matplotlib","bokeh"}
Atomic plot returns the axis.