Dear community,
I'm having three simple issues with with an 'xtline' plot.
My plot looks as follows:

My issues are the following:
My code:
Any help, or reference to an explanation on how to solve this issues, will be appreciated.
I'm having three simple issues with with an 'xtline' plot.
My plot looks as follows:
My issues are the following:
- I want to change the titles per graph from say "1" in the first graph to a text of my choosing.
- I can't get rid of the bottom note "Graphs by group(countryname)
- I want to change the label "EC_INDEX" to a text of my choosing.
My code:
Code:
xtline EC_INDEX EFW if ID==1|ID==2|ID==3|ID==6|ID==9|ID==11|ID==15|ID==19| /// ID==20|ID==21|ID==26|ID==27, /// recast(connected) /// ylabel(0(1)10, format(%9.0f)) xlabel(1996(4)2016, format(%9.0f))
Any help, or reference to an explanation on how to solve this issues, will be appreciated.
Comment