Hi Statalist,
I am trying to plot a graph only for countries that are in asia, I have a dummy variable "Asia" (=1 if country is in Asia), and other variable "Country" "year" and "Trade_flows"
I am struggling to plot the graph with year in the horizontal axis and Trade_flows in the vertical axis but only for countries in Asia (thus when Asia==1)
I use "twoway (line Trade_flows year) if Asia==1" but I get a graph with multiple line everywhere (see enclosed) and I am trying to group them in one single line.
Thanks a lot!
Best regards,
John
I am trying to plot a graph only for countries that are in asia, I have a dummy variable "Asia" (=1 if country is in Asia), and other variable "Country" "year" and "Trade_flows"
I am struggling to plot the graph with year in the horizontal axis and Trade_flows in the vertical axis but only for countries in Asia (thus when Asia==1)
I use "twoway (line Trade_flows year) if Asia==1" but I get a graph with multiple line everywhere (see enclosed) and I am trying to group them in one single line.
Thanks a lot!
Best regards,
John
Comment