Closed yamihn closed 11 months ago
I was wondering if there is a way to set the same scale in plots like these. (scatter plots and umaps velocity-expression) this is the code I used:
import scvelo as scv scv.pl.velocity(ldata, ['Adamts9', 'Grid2', 'Itpr1',], color="Cluster_colors", ncols=1, add_outline=True)
I was wondering if there is a way to set the same scale in plots like these. (scatter plots and umaps velocity-expression) this is the code I used: