arviz_plots.backend.bokeh.create_plotting_grid

arviz_plots.backend.bokeh.create_plotting_grid#

arviz_plots.backend.bokeh.create_plotting_grid(number, rows=1, cols=1, figsize=None, figsize_units='inches', squeeze=True, sharex=False, sharey=False, polar=False, width_ratios=None, plot_hspace=None, subplot_kws=None, **kwargs)[source]#

Create a chart with a grid of plotting targets in it.

Parameters:
numberint

Number of axes required

rows, colsint, default 1

Number of rows and columns.

figsize(float, float), optional

Size of the figure in figsize_units. It overwrites the values for “width” and “height” in subplot_kws if any.

figsize_units{“inches”, “dots”}, default “inches”

Units in which figsize is given.

squeezebool, default True
sharex, shareybool, default False
polarbool
subplot_kwsbool

Passed to figure

**kwargs: dict, optional

Passed to gridplot

Returns:
gridplot or None
figure or ndarray of figure