beamlime.applications.handlers.PlotSaver#

class beamlime.applications.handlers.PlotSaver(*, logger, image_path_prefix, max_column=3)[source]#

Plot handler to save the updated histogram into an image file.

__init__(*, logger, image_path_prefix, max_column=3)[source]#

Methods

__init__(*, logger, image_path_prefix[, ...])

add_argument_group(parser)

debug(msg, *args[, stacklevel])

error(msg, *args[, stacklevel])

from_args(logger, args)

info(msg, *args[, stacklevel])

plot_item(name, data)

save_histogram(message)

show()

Show the figures in a grid layout.

update_histogram(message)

warning(msg, *args[, stacklevel])

Attributes

logger