FINAM Plot#
Live plotting components for the FINAM model coupling framework.
Uses matplotlib
for all plotting functionality.
Quickstart#
Installation:
pip install git+https://git.ufz.de/FINAM/finam-plot.git
For available components, see the API reference.
Usage#
See the example scripts in the GitLab repository for fully functional usage examples.
Most plot components in this package are push-based and have no internal time step.
In coupling setups where FINAM complains about dead links, it may be necessary to put a
finam.modules.TimeTrigger
component before the plot component in question.
API References#
Information about the API of FINAM-plot.