Figure Compressor

../../../../_images/figurecompressor.svg
class node_figure.FigureCompressor[source]

Compress a list of Figures into one Figure.

Ref. nodes:

Figure from Table

Inputs:
input : [figure]

List of Figures

Outputs:
figure : figure

A Figure with the configured axes, lines, labels, etc

Configuration:
Parent figure:

Specify the figure from which axes parameters and legend position are copied.

Join legends

Set if legends from different axes should be joined into one legend.

Legend position:

Defines the position of the joined legend.

Make first colorbar global

If checked, the colorbar from the first figure becomes a global colorbar in the output figure.

Auto recolor

Automatically recolor all artists to avoid using a color multiple times, if possible.

Auto rescale axes

Automatically rescale all axes to fit the visible data.