Hello:
I'm trying to move a graph title to outside the plot area, specifically above it. I increase the ring position number, but it does not change the position. Here's the code that I'm using:
graph bar (asis) Republicans Democrats All, graphregion(margin(t+5 b+5)) /// yline (54, lcolor(gray)) ///
scheme(s1color) ///
ylabel(, labsize(small)) ///
ytitle("Percent that agree", size(medium)) ///
title("Should U.S. put its interests first when dealing with allies?", position (11) ring(3)) ///
blabel(total, size(medium)) ///
bar(1, color(red)) bar(2, color(blue)) bar(3, color(gray)) ///
bargap(50) ///
legend(off) ///
showyvars
I feel like I must be missing something obvious here. Any help would be greatly appreciated!
Best, Gene
Related Posts with Issue with Graph Title Position - Issue with Ring position
Fama MacBeth model - factor loadings: asreg with fmb omits coefficientsDear all, I would like to get the loadings of various factors (i.e. their beta coefficients) influe…
xtmelogit CodeI am using stata v 11, and trying this code , xtmelogit N1 i.HW3 i.m18n i.Bm11 i.V212 i.Vm445 i.Mn14…
'invalid name' error in logit MLE programIf anyone can help it would be great. I'm trying to do a logistic MLE. I've written an ado with the …
Converting string to date: missing values generatedNew to STATA and have searched responses to others with this issue but can't resolve my own instance…
Multi level modelling cross level analysisI want to examine the effect of educational attainment(xvar) on prejudice(yvar) (both 1. level varia…
Subscribe to:
Post Comments (Atom)
0 Response to Issue with Graph Title Position - Issue with Ring position
Post a Comment