Closed chansigit closed 3 months ago
orient ='h' is ok but 'v' is problematic.
probably there should be get_xlim and get_xticks https://github.com/aristoteleo/dynamo-release/blob/2e7eb21b22c20e385853fbfb1a32aba745627e3f/dynamo/plot/preprocess.py#L936 and https://github.com/aristoteleo/dynamo-release/blob/2e7eb21b22c20e385853fbfb1a32aba745627e3f/dynamo/plot/preprocess.py#L937
dyn.pl.highest_frac_genes(adata, figsize=(6, 4),orient='v')
Thank you very much for identifying this bug. We will fix this soon.
fixed
orient ='h' is ok but 'v' is problematic.
probably there should be get_xlim and get_xticks https://github.com/aristoteleo/dynamo-release/blob/2e7eb21b22c20e385853fbfb1a32aba745627e3f/dynamo/plot/preprocess.py#L936 and https://github.com/aristoteleo/dynamo-release/blob/2e7eb21b22c20e385853fbfb1a32aba745627e3f/dynamo/plot/preprocess.py#L937