eda_plugin.utility.eda_gui.EDAPlot

class eda_plugin.utility.eda_gui.EDAPlot(*args: Any, **kwargs: Any)

Bases: PlotWidget

Displays output of an analyser over time and the decision parameters of the interpreter.

__init__(*args, **kwargs)

Initialise the main plot and the horizontal lines showing the thresholds.

The lines are used to show the current parameters of a BinaryFrameRateInterpreter.

Methods

__init__(*args, **kwargs)

Initialise the main plot and the horizontal lines showing the thresholds.

add_datapoint

add_datapoint(y: float, x: float, _)

Add a datapoint that is received from the analyser.