Font name used in dittoSeq?
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.
• 835 views
•
link
0 answers
No answers yet.
Log in to answer this question.
If consistency is paramount you should consider defining the font you want to use and applying it to all your figures,
dittoSeqincluded. Forggplot,your_dittoSeq_plot + theme(text=element_text(family=...)))should work.