moscot.plotting.pull#

moscot.plotting.pull(obj, key='pull', basis='umap', time_points=None, fill_value=nan, scale=True, dot_scale_factor=2.0, cmap=None, na_color='#e8ebe9', title=None, suptitle=None, suptitle_fontsize=None, ax=None, return_fig=False, figsize=None, dpi=None, save=None, **kwargs)[source]#

Plot the pull-back distribution.

See also

Parameters:
Return type:

Optional[Figure]

Returns:

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