This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to adjust scale on velocity plots

Due to my poorer knowledge of Python, 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)

enter image description here

python

0 answers

No answers yet.

Log in to answer this question.