Legend in FeaturePlot_scCustom · Issue #94 · samuel-marsh/scCustomize (original) (raw)
@samuel-marsh
Hi, is there any way to restrict to one legend for all split FeaturePlot_scCustom. Since all the scales are same I want to keep only one legend.pal <- viridis(n = 10, option = "D") FeaturePlot_scCustom(cortex, features = c("Hes1"), colors_use = pal, split.by = 'orig.ident', num_columns = 4, combine = TRUE) & NoAxes()