I am generating a series of graphs and combining them to allow for quick/easy comparisons.
Most sets have 4 columns and 4-rows, so I am combining into 4x4 summaries and they are great.
I have one set that has only 3 columns, but the same 4 rows. I would like to have the 4th column blank - so that the size/aspect of the graphs are the same in all of the sets.
I tried the following -
graph combine (List of 12 graphs) , rows(4) cols(4) hole(4 8 12) iscale(.3)
- this produces three columns and 4 rows that has the three columns spread across the page.
I can put the hole in 9 10 11 and I get the 4x4 with the hole as assigned, but if all of the holes are in the fourth column it eliminates that column - ignoring the cols(4) option.
Any help would be appreciated!
Thanks
Most sets have 4 columns and 4-rows, so I am combining into 4x4 summaries and they are great.
I have one set that has only 3 columns, but the same 4 rows. I would like to have the 4th column blank - so that the size/aspect of the graphs are the same in all of the sets.
I tried the following -
graph combine (List of 12 graphs) , rows(4) cols(4) hole(4 8 12) iscale(.3)
- this produces three columns and 4 rows that has the three columns spread across the page.
I can put the hole in 9 10 11 and I get the 4x4 with the hole as assigned, but if all of the holes are in the fourth column it eliminates that column - ignoring the cols(4) option.
Any help would be appreciated!
Thanks