Hi Everyone,
I have more than 20 plots all of which are labeled as follows:
fig218, fig230, fig242........ As you can see just the numerical parts increase by 12.
I am trying to combine all these plots in one sheet by using graph combine but I don't want to write all eighty labels one by one. I used the following scripts that give all of the graphs in one sheet but their shapes are asymmetric.
-----------------------------------
graph combine fig218,name("fullset", replace) cols(3) iscale(1) title("All graphs")
forval i==230(12)455 {
graph combine fullset fig`i',name("fullset", replace) cols(3) iscale(1) title("All graphs")
}
---------------------------------------
P.S. This is my first post so sorry if the question is too confusing.
Best,
Maho
I have more than 20 plots all of which are labeled as follows:
fig218, fig230, fig242........ As you can see just the numerical parts increase by 12.
I am trying to combine all these plots in one sheet by using graph combine but I don't want to write all eighty labels one by one. I used the following scripts that give all of the graphs in one sheet but their shapes are asymmetric.
-----------------------------------
graph combine fig218,name("fullset", replace) cols(3) iscale(1) title("All graphs")
forval i==230(12)455 {
graph combine fullset fig`i',name("fullset", replace) cols(3) iscale(1) title("All graphs")
}
---------------------------------------
P.S. This is my first post so sorry if the question is too confusing.
Best,
Maho
