Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

size of ticks labels in r ggplot

# Changer l'apparence et l'angle d'orientation des étiquettes
p + theme(axis.text.x = element_text(face="bold", color="#993333", 
                           size=14, angle=45),
          axis.text.y = element_text(face="bold", color="#993333", 
                           size=14, angle=45))
Source by www.sthda.com #
 
PREVIOUS NEXT
Tagged: #size #ticks #labels #ggplot
ADD COMMENT
Topic
Name
8+9 =