Please see the attached image, as you see the above part of the title is masked. this is a ggplot (boxplot).
in this figure title is: Inferred Cell type Activity, but for instance, you cant recognize "f"
How can I fix it?
</>
Final_fig_box <- subplot(plot1, plot2)%>%
layout(title = "Inferred Celltype Activity")
return(Final_fig_box)
</>