I am trying to create a twoway graph using
I get the following graph: 
Instead, I would like to create a single graph with several lines (each line representing the regions), something similar to this (instead of the countries, here the regions):
Moreover, I would like to change the names of the y and x axis, but constantly keep getting error messages.
I would highly appreciate if someone could help me out.
Many thanks and kind regards,
Julie
Code:
twoway (line internet year), by(, title(Use of Internet by Region) subtitle(EMDEs (2011, 2014, 2017)) note(Source: International Telecommunication Union)) by(regionwb)
Instead, I would like to create a single graph with several lines (each line representing the regions), something similar to this (instead of the countries, here the regions):
Moreover, I would like to change the names of the y and x axis, but constantly keep getting error messages.
I would highly appreciate if someone could help me out.
Many thanks and kind regards,
Julie

Comment