Dear community,

I'm having three simple issues with with an 'xtline' plot.

My plot looks as follows:

Array

My issues are the following:
  1. I want to change the titles per graph from say "1" in the first graph to a text of my choosing.
  2. I can't get rid of the bottom note "Graphs by group(countryname)
  3. 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.