ibex_bluesky_core.callbacks.plotting

IBEX plotting callbacks.

Members

LivePlot

Live plot, customized for IBEX.

class ibex_bluesky_core.callbacks.plotting.LivePlot(y, x=None, *, legend_keys=None, xlim=None, ylim=None, ax=None, fig=None, epoch='run', **kwargs)[source]

Bases: LivePlot

Live plot, customized for IBEX.

event(doc: Event) None[source]

Process an event document (delegate to superclass, then show the plot).

start(doc: RunStart) None[source]

Process an start document (delegate to superclass, then show the plot).