.. _`Layout Bokeh Figures in Subplots`: .. _`org.sysess.sympathy.visualize.bokehfiguresubplot`: Layout Bokeh Figures in Subplots ```````````````````````````````` .. image:: figuresubplots.svg :width: 48 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. Related nodes ............. * :ref:`org.sysess.sympathy.visualize.bokehfigure` Implementation .............. .. automodule:: node_bokeh_figure :noindex: .. class:: SubplotBokehFigures :noindex: