Skip to content

Commit

Permalink
scatter docs for 'basis', fixing #249
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerBergen committed Oct 6, 2020
1 parent b80f254 commit 44352c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scvelo/plotting/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def dec(obj):


doc_scatter = """\
basis: `str` or list of `str` (default='umap')
Key for embedding.
basis: `str` or list of `str` (default: `None`)
Key for embedding. If not specified, use 'umap', 'tsne' or 'pca' (ordered by preference).
vkey: `str` or list of `str` (default: `None`)
Key for velocity / steady-state ratio to be visualized.
color: `str`, list of `str` or `None` (default: `None`)
Expand Down

0 comments on commit 44352c0

Please sign in to comment.