Hi,
Below is my graph that I used to generate the following graph. I want to add ticks to the middle bar of my graph. How can I do it? Thanks!
local y_title = "PIT as % of TTR"
local title = "Personal Income Taxes"
local sub_title = "(in percent of Total Tax Revenue(TTR), averages 1999-2000, 2001-2010, 2011-2016)"
local footer = "Source: United Nations University UNU-WIDER"
#delimit ;
graph bar mean_PITtoTTR_90_00 mean_PITtoTTR_01_10 mean_PITtoTTR_11_16 ,
over(Region_Name, label(angle(45) labsize(vsmall))))
graphregion(color(white)) ytitle(`y_title', size(small))
title(`title', size(small)) subtitle(`sub_title', size (vsmall))
legend(label(1 "1999-2000") label(2 "2001-2010") label(3 "2011-2016")
size(vsmall) symysize(vsmall) symxsize(vsmall) position(10) ring(0))
text(-18 80 "`footer'", size(vsmall))bar(1, color(gold)) bar(2, color(sandb)) bar(3, color(sand));
#delimit cr
graph save "TTR Revenues by Decade and Region", replace
graph export "TTR Revenues by Decade and Region.png", replace
Related Posts with marking ticks in the bar graph
Multilevel analysisHello statalist; I am trying to do a multilevel analysis and when introducing second level variables…
Identifying matched observationsAssume that we have a database with the following variables: id, year, treated, x1, and x2. In this…
GARCH in large panelsDear all, I am doing bilateral trade research and use pairs of countries as my panels. This implies…
nlsur nonlinear parameter constraintsI want to estimate a system of equations, imposing that one coefficient of the first equation equal …
Reweighting multiple waves of dataHi all, I have survey data collected across 4 waves for households in Ireland. Each wave is provide…
Subscribe to:
Post Comments (Atom)
0 Response to marking ticks in the bar graph
Post a Comment