Dear All,
I have a panel data set where I use the following command to print a graph of interest:
Unfortunately Stata will only print the first 15 lines and then drop the others. They do not appear in the graph, nor in the legend (where however Stata realizes that 3 countries are not getting a value) If I change the order of countries, the problem is persistent in the sense that always the last three are missing (so it is not a dataissue with NO FI and AT, but a stata problem)
Does anyone know how to force it to accept more lines?
Thanks in advance,
Harvey
I have a panel data set where I use the following command to print a graph of interest:
Code:
twoway line mean_country_cum day_date if code == "U:ACE" || line mean_country_cum day_date if code == "D:MUV2" || ...
Does anyone know how to force it to accept more lines?
Thanks in advance,
Harvey
Comment