kevinblighe / EnhancedVolcano

Publication-ready volcano plots with enhanced colouring and labeling
399 stars 81 forks source link

A way to change font family axis #56

Closed lmanchon closed 4 years ago

lmanchon commented 4 years ago

--Hi,

is there a particular parameter to fix font family axis ?

thank you --

kevinblighe commented 4 years ago

I believe this will be system-dependent, but you can try to do it manually via, for example:

EnhancedVolcano(...) +
  theme(
    axis.text.x = element_text(family = 'Comic Sans MS'),
    axis.text.y = element_text(family = 'Comic Sans MS'),
    axis.title = element_text(family = 'Comic Sans MS'))