I have some accounting data for companies, matched into 58 industry codes. I want to plot graphs by industry codes. But all of them are plotted in the same window making it invisible.
Is there a way in which I can distribute the graphs over 2-3 windows?
Code:
line ind_median_worseoff_firms ind_median_betteroff_firms ind_median_all_firms year if year>2000, by(code) xline(2017)
Thanks
0 Response to Plot graphs in multiple windows
Post a Comment