PyDDM.utils.plot_amplitude_over_background#
- plot_amplitude_over_background(fit, plt_color='g')#
Plot A/B
Creates plot of the amplitude divided by the background.
- Parameters:
fit (xarray Dataset) – result of fit
plt_color (optional) – Default is ‘g’ (green)
- Returns:
fig – Figure created
- Return type:
matplotlib figure