Skip to main content

ScanPlot0d

<PropTable>: Couldn't find prop definition for `ScanPlot0dOptions`

The ScanPlot0d component plots 0d (scalar) data for the currently selected scan

And with mesh data:

Backend

The backend option can be set to h5web to use H5Web plots (plotly and h5web are supported):

And with mesh data:

Preselected axes and series

Axis and series can be preselected by passing the following options from the layout:

- type: component
title: Scalar Plot
component: scanplot0d
options:
preSelectedXAxis: simu1:FeK_det0
preSelectedSeries: simu1:realtime_det0

Multiple series can also be pre-selected:

  ...
options:
preSelectedSeries:
- simu1:realtime_det0
- simu1:realtime_det1