arpes.plotting.tof.scatter_with_std#
- arpes.plotting.tof.scatter_with_std(data, name_to_plot='', ax=None, out='', figsize=(7, 5), **kwargs)[source]#
Makes a scatter plot of data with error bars generated from associated statistical errors.
- Parameters:
data (xr.Dataset) – ARPES data that ‘mean_and_deviation’ is applied.
name_to_plot (str) – data name to plot, in most case “spectrum” is used.
ax – Matplotlib Axes object
out – (str | Path): Path name to output figure.
figsize (tuple[float, float]) – tuple for figure size.
**kwargs – pass to subplots if figsize is set as tuple, other kwargs are pass to ax.errorbar