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
Hi @samuel-marsh, thank you for the excellent package !! I really enjoy the enhanced plots.
I am trying to adjust the font size of a DimPlot_scCustom() using theme(). It works as expected when figure_plot = FALSE but does not work properly when figure_plot = TRUE. I fear the same issue is happening with any plot that allows figure_plot = TRUE.
Sorry for the delay getting back to you. Thanks for bringing up the issue. The reason this is happening is because the UMAP axes added by figure_plot are actually a second ggplot2 object and then it is patchwork’ed together. If you use patchwork & instead of ggplot2 + does that resolve the issue?
Hi @samuel-marsh, thank you for the excellent package !! I really enjoy the enhanced plots.
I am trying to adjust the font size of a DimPlot_scCustom() using theme(). It works as expected when figure_plot = FALSE but does not work properly when figure_plot = TRUE. I fear the same issue is happening with any plot that allows figure_plot = TRUE.
Here is a reproducible example:
Which produces the image below.
A similar issue happens when I try to replace other aspects of the plot with theme(). For example,
Will produce the plot below:
Is there a way to control the aspects of the plot when using figure_plot = TRUE?
sessionInfo() output
Thank you!
Wendell
The text was updated successfully, but these errors were encountered: