Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to change label and font size in plot -by() option?

    Hello,

    I have generated a plot using -sqindexplot. I would like to change the font size to a smaller one in the top bar where by grouping variable labels are. I am not sure how to do this and would be grateful for any help. Many thanks. My code is:

    Code:
    sqindexplot , by( TtypeRhi, rows(1) style(compact) note("") title("States") size(small)) gapinclude ylabel(,notick nolabel) xtitle("Age")  ///
    xlabel(1"1" 2"2-3" 3"4-5" 4"8-10" 5"14-18",angle(v)) legend(row(1))
    My plot is also attached.

    Graph.gph
Working...
X