squidpy.pl.interaction_matrix

squidpy.pl.interaction_matrix(adata, cluster_key, annotate=False, method=None, title=None, cmap='viridis', palette=None, cbar_kwargs=mappingproxy({}), figsize=None, dpi=None, save=None, ax=None, **kwargs)[source]

Plot cluster interaction matrix.

The interaction matrix is computed by squidpy.gr.interaction_matrix().

Parameters:
Return type:

None

Returns:

: Nothing, just plots the figure and optionally saves the plot.