Layout Figures in Subplots¶
- 
class node_figure.SubplotFigures[source]¶
- 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: - Inputs: - input : [figure]
- List of Figures 
 - Outputs: - figure : figure
- A Figure with several subplot axes 
 - Configuration: - Number of rows (0 = best):
- 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):
- 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
- 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. 
- Make first colorbar global
- If checked, the colorbar from the first subplot is treated as a global colorbar valid for all subplots. 
- Make first legend global
- If checked, the legend(s) in the first subplot are treated as global legends valid for all subplots.