PyFoam.Basics.DummyPlotTimelines module
Plots a collection of timelines
- class PyFoam.Basics.DummyPlotTimelines.DummyPlotTimelines(timelines, custom, showWindow=True, quiet=False, registry=None)[source]
Bases:
GeneralPlotTimelinesThis class doesn’t open a window and plots nothing
- __init__(timelines, custom, showWindow=True, quiet=False, registry=None)[source]
- Parameters:
timelines (TimeLineCollection) – The timelines object
custom – A CustomplotInfo-object. Values in this object usually override the
other options
- __module__ = 'PyFoam.Basics.DummyPlotTimelines'
- addVerticalMarker(colorRGB=None, label=None)[source]
Add a vertical line to the graph at the current time. Optionally color it and add a label
- buildData(times, name, title, lastValid, tag=None)[source]
Build the implementation specific data :param times: The vector of times for which data exists :param name: the name under which the data is stored in the timeline :param title: the title under which this will be displayed