.. _`Figure Compressor`: .. _`org.sysess.sympathy.visualize.figurecompressorgui`: Figure Compressor ~~~~~~~~~~~~~~~~~ .. image:: figurecompressor.svg :width: 48 Compress a list of Figures into one Figure. :Ref. nodes: :ref:`Figure from Table` *Ports*: **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_location** Defines the position of the joined legend. **join_colorbars** 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** Automatically rescale all axes to fit the visible data. .. automodule:: node_figure .. class:: FigureCompressor