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 from Table

Ports:

Inputs:

input:

[figure]

List of Figures

Outputs:

figure:

figure

A Figure with several subplot axes

Configuration:

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.
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.
recolor
Specify if artists should be assigned new colors automatically to prevent duplicate colors.
remove_internal_ticks
If checked, remove ticklabels from any axis between two subplots.
join_colorbars
If checked, the colorbar from the first subplot is treated as a global colorbar valid for all subplots.
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]