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
Linear Regression with Multiple Regressors with stataHello everyone, Are there anyone can help me to solve these questions? 1. Run a regression of Grow…
Lopping and Saving Results in a MatrixHi everyone, I'm trying to a run a simple regression with five variables of interest. The primary i…
Calculating the Smallest Effect Size of Interest and rejecting the presence of a meaningful effectHello, I came across this quite interesting blog article on the topic of the smallest effect size o…
Using rreg or vce(robust) for non-normal heteroscedastic standard errorsHi, I'm currently running regression models on cross-sectional data for which the outcome variables…
Overlaying two named marginsplotsHello everybody, I fear I have a very basic questions and I hope this has not been asked (and answe…
Subscribe to:
Post Comments (Atom)
0 Response to Issue with Graph Title Position - Issue with Ring position
Post a Comment