Dear Statalist Users,

I have a quick question to ask you please:

I am trying to reduce the font size of my x-axis labels. Nevertheless, I am struggling to do it. Basically, that's my code:

Code:
graph bar (mean) sexe1 sexe2 [pw = k_gewicht],                               ///
      over(bachelor_hes, relabel(1 "Autres Formations"                    ///
      2 "Bachelor HES-SO sans GE" 3 "Bachelor HES-GE" 4          ///
      "Autres Bachelors HES",labsize(small)))                                 ///
      legend(label(1 "Homme") label(2 "Femme"))                               ///
      percentages bargap(-10)                                                             ///
      ytitle("en pourcent (%)")                                                              ///
      bar(1, color(pink))                                                                       ///
      bar(2, color(ltblue))                                                                     ///
      title("Diplômes obtenus (moyenne pondérée)")                         ///
      subtitle("Par sexe")                                                                    ///
      note("Source : {&copy} Haute École de Gestion de Genève. Données : OFS, 2022")

Does anyone could help me please ?

I thank you in advance for your help.

Best Regards,

--
Michael Duarte Gonçalves