diff --git a/pertpy/tools/_mixscape.py b/pertpy/tools/_mixscape.py index 8b6a624c..e3153517 100644 --- a/pertpy/tools/_mixscape.py +++ b/pertpy/tools/_mixscape.py @@ -637,7 +637,7 @@ def plot_heatmap( # pragma: no cover Infer the filetype if ending on {`'.pdf'`, `'.png'`, `'.svg'`}. ax: A matplotlib axes object. Only works if plotting a single component. **kwds: Additional arguments to `scanpy.pl.rank_genes_groups_heatmap`. - + Returns: If `show==False`, return a :class:`~matplotlib.axes.Axes`.