MWE
Code:
clear
input year cost
2006 36
2007 54
2008 71
2009 96
2010 11
2011 11
2012 16
2013 19
2014 21
2015 26
2016 30
2017 36
end
twoway line cost year, title(Title) xtitle("") ytitle("Mio. {c 0128}", angle(0)) ylabel(, angle(0))Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
clear
input year cost
2006 36
2007 54
2008 71
2009 96
2010 11
2011 11
2012 16
2013 19
2014 21
2015 26
2016 30
2017 36
end
twoway line cost year, title(Title) xtitle("") ytitle("Mio. {c 0128}", angle(0)) ylabel(, angle(0))
0 Response to Ytitle with euro sign does not display horizontally
Post a Comment