CONAN._classes.load_result._ttv_lcplot#
- CONAN._classes.load_result._ttv_lcplot(figsize=None, binsize=None, offset=None, sort_lcs=True, show_T0_fit=True)#
plot the stacked individual transits of each planet in the system using linear ephemeris revealing the presence of TTVs.
- Parameters:
figsize (tuple of length 2;) – Figure size. If None, optimally determined.
binsize (float or list of floats;) – binsize to use for binning the data in time. Default is None to use dur/10.
offset (float or list of floats;) – vertical offset between the transits to use for plotting. Default is None to use 5*stdev transit data.
show_T0_fit (bool;) – whether to mark (with an ‘x’) the best-fit T0s in the lc plot.
- Returns:
fig
- Return type:
figure object