Entering edit mode
13 months ago
Chironex
▴
50
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)