dyntrack.pl.fit_ppt

dyntrack.pl.fit_ppt(DT, times=None, figsize=(7, 4), ax=None, show=True)

Plotting counterpart of tl.fit_ppt.

Display all principal trees to reveal structure in trajectories.

Parameters
  • DT (DynTrack) – A dyntrack.DynTrack object.

  • times (Optional[Sequence]) – set of timepoints/frames to plot, by default uses all.

  • figsize (tuple) – Figure size.

  • show (bool) – Show the plot, do not return axis.

Returns

Return type

matplotlib.axes.Axes if show=True