dchary / ucdeconvolve

UniCell Deconvolve - Cloud Cell Type Deconvolution For Transcriptomic Data
GNU General Public License v3.0
20 stars 7 forks source link

please fix 'ucd.pl.base_clustermap' #20

Closed hanjun98 closed 12 months ago

hanjun98 commented 12 months ago

Hi, I have a problem in plotting clustermap I can plot clustermap using 'ucd.pl.base_clustermap' but, plot in juptyter is described like that 스크린샷 2023-12-06 오후 11 27 39

The labels are skipped one by one!!

It may be because of the font_size, which is not compatible with the jupiter notebook. but, 'ucd.pl.base_clustermap' doesn't have a option that modify font_size. so, could you fix this problem in your code?

thank you!

hanjun98 commented 12 months ago

sorry, I got solved this problem using this code sc.set_figure_params(dpi=300, facecolor='white',fontsize=8)