lilab-bcb / pegasus

A tool for analyzing trascriptomes of millions of single cells.
https://pegasus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 21 forks source link

Fix heatmap #286

Closed yihming closed 9 months ago

yihming commented 10 months ago

Consider 3 cases on showing groupby tick labels:

Tick label rotation:

No need to apply remove_unused_categories(), since pandas df.groupby(..., observed=True) would cover it.