I am using the option
graph hbar provi* if post==0 [fw=wt], percentage over(`var2', label(angle(45) labsize(`ysize'))) stack
that gives the numbers in percentage, but it prints the word "percent" in the x-axis. How can I remove it?
graph hbar provi* if post==0 [fw=wt], percentage over(`var2', label(angle(45) labsize(`ysize'))) stack
that gives the numbers in percentage, but it prints the word "percent" in the x-axis. How can I remove it?

Comment