.. _`Figure Compressor`: .. _`org.sysess.sympathy.visualize.figurecompressorgui`: Figure Compressor ````````````````` .. image:: figurecompressor.svg :width: 48 Compress a list of Figures to a single Figure Documentation ::::::::::::: Compress a list of Figures into one Figure. Definition :::::::::: Input ports ........... **input** | Type: [figure] | Description: List of Figures Output ports ............ **figure** | Type: figure | Description: A Figure with the configured axes, lines, labels, etc Configuration ............. **Auto recolor** (auto_recolor) Automatically recolor all artists to avoid using a color multiple times, if possible. **Auto rescale axes** (auto_rescale) Automatically rescale all axes to fit the visible data. **Make first colorbar global** (join_colorbars) If checked, the colorbar from the first figure becomes a global colorbar in the output figure. **Join legends** (join_legends) Set if legends from different axes should be joined into one legend. **Legend position:** (legend_location) Defines the position of the joined legend. **Parent figure:** (parent_figure) Specify the figure from which axes parameters and legend position are copied. Related nodes ............. * :ref:`org.sysess.sympathy.visualize.figure` * :ref:`org.sysess.sympathy.visualize.figures` * :ref:`org.sysess.sympathy.visualize.figuresubplot` * :ref:`org.sysess.sympathy.visualize.bokehfigure` Examples ........ Example flows demonstrating this node: * :download:`Figures.syx ` The node can be found in: * :download:`Types.syx ` * :download:`Figure gallery.syx ` * :download:`FilterADAFs.syx ` * :download:`SequenceSplit.syx ` * :download:`DetrendADAF.syx ` * :download:`random_forest_regressor.syx ` * :download:`audio_processing.syx ` * :download:`Cyclic_data.syx ` * :download:`Signal_demodulation.syx ` * :download:`dynamic_time_warp.syx ` Implementation .............. .. automodule:: node_figure :noindex: .. class:: FigureCompressor :noindex: