Hi,
I struggle to remove the "groundline" in this bar chart, i.e. the line that represents the x-axis (yellow):
Also I want to remove the other gridlines but failed...
If any body knows how to do that, any hint is much appreciated!
Thanks,
Fabian
I struggle to remove the "groundline" in this bar chart, i.e. the line that represents the x-axis (yellow):
Also I want to remove the other gridlines but failed...
If any body knows how to do that, any hint is much appreciated!
Thanks,
Fabian
Code:
graph hbar data, over(country, sort(data) descending) ysc(off) label(data) graphregion(color(white)) bgcolor(white) plotregion(lcolor(none))
Comment