Layout Figures in Subplots

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

Layout the Figures in a list of Figures into subplots.

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

Ref. nodes:Figure
Input ports:
input:

[figure]

List of Figures

Output ports:
figure:

figure

A Figure with several subplot axes

Configuration:
Number of rows (0 = best): (rows)
Specify the number of rows. 0 optimizes to fit all figures. If rows and columns are 0, the axes layout will be approximately square.
Number of columns (0 = best): (columns)
Specify the number of columns. 0 optimizes to fit all figures. If rows and columns are 0, the axes layout will be approximately square.
Auto recolor (recolor)
Specify if artists should be assigned new colors automatically to prevent duplicate colors.
Remove internal ticks (remove_internal_ticks)
If checked, remove ticklabels from any axis between two subplots.
Make first colorbar global (join_colorbars)
If checked, the colorbar from the first subplot is treated as a global colorbar valid for all subplots.
Make first legend global (join_legends)
If checked, the legend(s) in the first subplot are treated as global legends valid for all subplots.
class node_figure.SubplotFigures[source]

Example flows