CONAN._classes.load_result._ttv_lcplot
======================================

.. py:method:: 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.

   :param figsize: Figure size. If None, optimally determined.
   :type figsize: tuple of length 2;
   :param binsize: binsize to use for binning the data in time. Default is None to use dur/10.
   :type binsize: float or list of floats;
   :param offset: vertical offset between the transits to use for plotting. Default is None to use 5*stdev transit data.
   :type offset: float or list of floats;
   :param show_T0_fit: whether to mark (with an 'x') the best-fit T0s in the lc plot.
   :type show_T0_fit: bool;

   :returns: **fig**
   :rtype: figure object

