select_stream_fields#

QWidget to select stream data fields for plotting.

SelectFieldsWidget(*args, **kwargs)

Panel to select fields (signals) for plotting.

to_datasets(run, stream_name, selections[, ...])

Prepare datasets and options for plotting.

class gemviz.select_stream_fields.SelectFieldsWidget(*args: Any, **kwargs: Any)[source]#

Panel to select fields (signals) for plotting.

relayPlotSelections(stream_name, action, selections)[source]#

Receive selections from the dialog and relay to the caller.

selected#

alias of str

gemviz.select_stream_fields.to_datasets(run, stream_name, selections, scan_id=None)[source]#

Prepare datasets and options for plotting.