Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 22, 2022
1 parent aaf9c6c commit b40c1c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks
Submodule notebooks updated 1 files
+20 −6 mimic_2_fate.ipynb
4 changes: 3 additions & 1 deletion ehrapy/plot/_scanpy_pl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ def embedding(
return_fig: bool | None = None,
**kwargs,
) -> Figure | Axes | None: # pragma: no cover
"""Scatter plot for user specified embedding basis (e.g. umap, pca, etc)
"""Scatter plot for user specified embedding basis (e.g. umap, pca, etc).
Args:
basis:
Expand Down Expand Up @@ -1750,8 +1750,10 @@ def embedding_density(
**kwargs,
) -> Figure | Axes | None: # pragma: no cover
"""Plot the density of observations in an embedding (per condition).
Plots the gaussian kernel density estimates (over condition) from the `sc.tl.embedding_density()` output. This currently
does not support extracted medcat entities.
Args:
adata: :class:`~anndata.AnnData` object object containing all observations.
basis: The embedding over which the density was calculated.
Expand Down

0 comments on commit b40c1c0

Please sign in to comment.