Hi
Anybody can help me with how to fix the graph position.

<
graph hbar (mean) group_0 group_1 if h1_source_==1, over(catv, relabel(1`""Don't receive" "information""') sort(1) descending) ///
ylabel(0(10)100) ytitle("Percentage") ///
blabel(bar, format(%2.1f) size(2)) ///
legend(label(1 "Control") label(2 "Treatment") pos(6)) ///
title("Reliable source information for COVID-19", span pos(14) size(4) placement(top))
>