Dear Statalist
I have what seems to be a pretty straightforward question but I have not been able to manage myself, so hopefully one of you will be able to see what I can do.
I have produced a lot of hbar-graphs using - graph hbar- with code similar to this:
graph hbar (mean) var1, over(var2) over(var3) by(var4) + different options + note("Note: ...", span).
The code works just fine and I get the graphs I want in terms of layout etc., except for the note which is placed below both windows in the graph - i.e. below the visualizations related to both of the categories on var4 (which is gender (male/female) by the way).
My question: Is there a way to add the note at the very bottom of the graph and only once, i.e. disregarding the separation on gender which causes the note to be "doubled" at the moment?
Best regards
Related Posts with Notes on hbar graph
generate random number using loopforv i = 1/10{ if mod(`i',2)==0 gen z`i' = rnormal() if mod(`i',2)==1 gen z`i' = runiform() } i want…
Customizing legend of twoway graph.Dear All, I am making a twoway graph as follows: Code: twoway (scatter daysMED week if dateWeek&…
How to export difference-in-differences table from Stata to Latex?I'm trying to export the results from a difference-in-differences from Stata to Latex. I tried the f…
Making long labels wrap into two lines using esttab on latexHi all, I am trying to tabulate some variables and export the data to latex using esttab (command f…
adding multiple tables to an existing sheet in excel or buliding two/three way table?Hello, I'm trying to build three tables (each one for a country based on var country_id) in excel. …
Subscribe to:
Post Comments (Atom)
0 Response to Notes on hbar graph
Post a Comment