moscot.plotting.sankey#

moscot.plotting.sankey(obj, key='sankey', captions=None, title=None, colors=None, alpha=1.0, interpolate_color=False, cmap='viridis', ax=None, return_fig=False, figsize=None, dpi=None, save=None, **kwargs)[source]#

Plot a Sankey diagram between cells across time points.

See also

Parameters:
Return type:

Optional[Figure]

Returns:

: If return_fig = True, returns and plots the figure. Otherwise, just plots the figure.