From a novice:
I have longitudinal weight data on ~75 individuals. I would like to create graphs for each individual, and display them with no more than ~9 graphs per page.
I can generate all 75 on one page via:
graph twoway scatter wt time, by(id)
But, that's impossible to read.
Is there a way to limit the number of graphs "per page"?
Thanks!
I have longitudinal weight data on ~75 individuals. I would like to create graphs for each individual, and display them with no more than ~9 graphs per page.
I can generate all 75 on one page via:
graph twoway scatter wt time, by(id)
But, that's impossible to read.
Is there a way to limit the number of graphs "per page"?
Thanks!
Comment