arpes.plotting.ui.concat_along_phi_ui#
- arpes.plotting.ui.concat_along_phi_ui(dataarray_a, dataarray_b, **kwargs)#
Creates an interactive UI to visualize concatenation along the phi axis.
Allows the user to dynamically adjust the occupation ratio and enhancement factor to visualize how two ARPES datasets can be combined along the phi axis.
- Parameters:
dataarray_a (xr.DataArray) – First ARPES dataset
dataarray_b (xr.DataArray) – Second ARPES dataset
**kwargs – Additional keyword arguments for visualization settings. Supported keys include: - width (int): Plot width in pixels. - height (int): Plot height in pixels. - cmap (str): Colormap name. - log (bool): Whether to use log scaling on z-axis.
- Returns:
A Holoviews DynamicMap with interactive sliders.
- Return type:
holoviews.DynamicMap