Entering edit mode
2.0 years ago
Noora
▴
10
I hope this isn't a silly question but does anyone know the font name used by the dittoSeq package? I am putting together figures and want panels that were not made in dittoSeq to match. I figure it could either be Arial or Helvetica since the package generated ggplot objects but it doesn't seem to match.
If consistency is paramount you should consider defining the font you want to use and applying it to all your figures,
dittoSeq
included. Forggplot
,your_dittoSeq_plot + theme(text=element_text(family=...)))
should work.