I added a theme_survminer
to my ggsurvplot
object in order to control the font size.
However when doing so the grid lines that were present in the ggsurvplot
object are removed.
Is there a way to control the font (axes, lengend) from within ggsurvplot
or alternatively add the grid lines to theme_survminer
?
Asked
Active
Viewed 25 times
0

Omry Atia
- 2,411
- 2
- 14
- 27
-
1Try `+ theme(panel.grid.major = element_line())` – stefan Dec 26 '22 at 13:23