Dear Stata Users,
After consulting the histogram and graphing documentation, I was unable to find a solution to this.
I am creating a 2 x 2 histogram but the X axis label is only showing for the histograms on the second row. Is there any option to get the first row axis to be labeled as well?
Thanks
This is the code I am running:
After consulting the histogram and graphing documentation, I was unable to find a solution to this.
I am creating a 2 x 2 histogram but the X axis label is only showing for the histograms on the second row. Is there any option to get the first row axis to be labeled as well?
Thanks
This is the code I am running:
Code:
histogram f9003_1, discrete by(training_arm, title("Helpfulness in Despute Resolution by Treatment Arm")) gap(40) xlabel(0 1, valuelabel)
Comment