Skip to content

Commit

Permalink
add_dendrogram c/p fix (scverse#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
gokceneraslan authored Jun 18, 2021
1 parent bc51523 commit b070920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanpy/plotting/_baseplot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def swap_axes(self, swap_axes: Optional[bool] = True):
Parameters
----------
swap_axes
Boolean to turn on (True) or off (False) 'add_dendrogram'. Default True
Boolean to turn on (True) or off (False) 'swap_axes'. Default True
Returns
Expand Down Expand Up @@ -296,7 +296,7 @@ def add_totals(
Parameters
----------
show
Boolean to turn on (True) or off (False) 'add_dendrogram'
Boolean to turn on (True) or off (False) 'add_totals'
sort
Set to either 'ascending' or 'descending' to reorder the categories
by cell number
Expand Down

0 comments on commit b070920

Please sign in to comment.