You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not member of dev team but hopefully can be helpful. This is because layout plots use the patchwork package. To add legend simply use FeaturePlot(...) & theme(legend.position = "right") to show all legends.
Also as FYI currently in Seurat there is bug with displaying the plots using the same scale when using split.by. If you want to display all plots split.by you can use FeaturePlot_scCustom from the scCustomize package. See #5243 (comment) for more info.
Not member of dev team but hopefully can be helpful. This is because layout plots use the patchwork package. To add legend simply use FeaturePlot(...) & theme(legend.position = "right") to show all legends.
Also as FYI currently in Seurat there is bug with displaying the plots using the same scale when using split.by. If you want to display all plots split.by you can use FeaturePlot_scCustom from the scCustomize package. See #5243 (comment) for more info.
Best, Sam
Dear Sam,
Thank you so much.
Because I used '+ theme', only last one have scale legend.
Have a good day! :)
Hello everyone :)
I have a question about showing feature plot.
When I use 'split.by' parameter, only one scale legend is shown like this.
I want to show scale legend with all genes. How can I fix it?
Thank you in advance!
Dahun
The text was updated successfully, but these errors were encountered: