Hi
I am using simple bar graphs and using "mylabels" to add %. I have tried axis(off) but didn´t work.
Here is the command i am using
mylabels 0(5)45, local(pctlabel) suffix("%") axis(off)
graph hbar p, ylab(`pctlabel') over(Dentrodetuequipodetrabaj, sort(1) descending lab()) blabel(total, format(%4.0f) color(black)) ylabel() ytitle("") title ("Profesión predominante en tu" "equipo de trabajo", position(12) color("0 43 92"))

Thanks
I am using simple bar graphs and using "mylabels" to add %. I have tried axis(off) but didn´t work.
Here is the command i am using
mylabels 0(5)45, local(pctlabel) suffix("%") axis(off)
graph hbar p, ylab(`pctlabel') over(Dentrodetuequipodetrabaj, sort(1) descending lab()) blabel(total, format(%4.0f) color(black)) ylabel() ytitle("") title ("Profesión predominante en tu" "equipo de trabajo", position(12) color("0 43 92"))
Thanks

Comment