beamlime.applications.handlers.PlotStreamer#

class beamlime.applications.handlers.PlotStreamer(*, logger, max_column=2)[source]#
__init__(*, logger, max_column=2)[source]#

Methods

__init__(*, logger[, max_column])

debug(msg, *args[, stacklevel])

rtype:

None

error(msg, *args[, stacklevel])

rtype:

None

info(msg, *args[, stacklevel])

rtype:

None

plot_item(name, data)

rtype:

None

show()

Show the figures in a grid layout.

update_histogram(message)

rtype:

None

warning(msg, *args[, stacklevel])

rtype:

None

Attributes

logger

show()[source]#

Show the figures in a grid layout.