Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scanpy/plotting/_anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def rename_cols_to_int(value):
else:
width, height = figsize

num_rows = len(categories)
num_rows = len(var_names)
height_ratios = None
if has_var_groups:
# add some space in case 'brackets' want to be plotted on top of the image
Expand Down