Skip to content

Commit

Permalink
update plot_stats doc
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Apr 22, 2024
1 parent b99f4ca commit a210f63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/palantir/plot.py
Expand Up @@ -1034,9 +1034,8 @@ def plot_stats(
**kwargs,
):
"""
This function visualizes a scatter plot of cells over pseudotime.
The y-position indicates either a gene expression
or any column from .obs or use a different position_layer, like
This function visualizes a scatter plot of cells with x- and y-postion dictated
by any colum of .obs or even gene-expression indicated by any .layer like
"MAGIC_imputed_data". The color follows similar rules and behaves like the color
parameter in scanpy.pl.embedding, but only accepts a single value instead of a list.
Expand Down

0 comments on commit a210f63

Please sign in to comment.