Skip to content

Commit

Permalink
Fix plot issues (scverse#893)
Browse files Browse the repository at this point in the history
* fix error in stacked_violin plots when order is given and swap_axes=False
* fix scverse#891. when groups is given to an embedding, sort the cell belonging to groups on top.
* Improve plot_embedding docstring: `size` can also be a sequence of sizes for each cell.
  • Loading branch information
fidelram authored and flying-sheep committed Oct 29, 2019
1 parent 48a11bc commit 27115e3
Show file tree
Hide file tree
Showing 7 changed files with 1,156 additions and 367 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ exclude = '''
|plotting/(
__init__
|palettes
|_anndata
|_utils
|_preprocessing
|_tools/(scatterplots|__init__|paga)
Expand All @@ -54,7 +53,6 @@ exclude = '''
test_get
|test_pca
|test_combat
|test_plotting
|test_read_10x
|test_neighbors
|test_readwrite
Expand Down
Loading

0 comments on commit 27115e3

Please sign in to comment.