theislab / scvelo

RNA Velocity generalized through dynamical modeling
https://scvelo.org
BSD 3-Clause "New" or "Revised" License
417 stars 102 forks source link

same scale for scv plots #1133

Closed yamihn closed 11 months ago

yamihn commented 1 year 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)

Schermata del 2023-10-12 15-45-42