Layout Bokeh Figures in Subplots

../../../../_images/figuresubplots.svg

Layout a list of Bokeh Figures in a Subplot

Documentation

Layout the Figures in a list of Figures into subplots.

Unless specified the number of rows and columns is automatically adjusted to an approximate square. Empty axes in a non-empty row will be not shown.

Definition

Input ports

input [bokeh]

List of Figures

Output ports

figure bokeh

A Figure with several subplot axes

Configuration

Number of columns (columns)

Specify the number of columns, or 0 for auto.If rows and columns are both 0, the node with attempt to create an approximately square layout.

Number of rows (rows)

Specify the number of rows, or 0 for auto.If rows and columns are both 0, the node with attempt to create an approximately square layout.

Implementation

class node_bokeh_figure.SubplotBokehFigures[source]