prose.Observation.plot_systematics_signal#
- Observation.plot_systematics_signal(systematics, signal=None, ylim=None, offset=None, figsize=(6, 7))#
Plot a systematics and signal model over diff_flux. systeamtics + signal is plotted on top, signal alone on detrended data on bottom
- Parameters:
systematics (np.ndarray) β
signal (np.ndarray) β
ylim (tuple, optional) β ylim of the plot, by default None, using the dispersion of y
offset (tuple, optional) β offset between, by default None
figsize (tuple, optional) β figure size as in in plt.figure, by default (6, 7)