I have a 6X8 grid of pie graphs created with graph pie and graph combine. I would like to label (with one or two layers of text, depending on the particular row/column) the top and left side of the combined graph. I have tried the following things:
1)I created the graphs on the top and left edge of the grid with the appropriate titles, but this shrinks the size of those pie graphs relative to the others when combined.
2)I used fxsize and fysize to manually manipulate the graphs with titles. I can get it pretty close, but it is somewhat clugey and it requires a lot of trial and error. It also doesn't solve the problem that there are some titles that I want to span two graphs.
3)I have tried using the title options in graph combine and I can't get everything labeled exactly where I want it without a lot of trial and error.
4)I tried creating the top row and the left row independently first and doing a more complicated combine, but that had some other disadvantages (I am also trying to separate parts of the combined graph with outlines) and was hard to get the sizing right (although that might be because of my expertise with graph combine
5)I can, of course, use the graph editor.
Because I try to do everything in an automated fashion (I am doing multiple of these in slightly different contexts), I would prefer to have a better solution than some of the more manual approaches that I have tried.
Thanks,
Jeff
1)I created the graphs on the top and left edge of the grid with the appropriate titles, but this shrinks the size of those pie graphs relative to the others when combined.
2)I used fxsize and fysize to manually manipulate the graphs with titles. I can get it pretty close, but it is somewhat clugey and it requires a lot of trial and error. It also doesn't solve the problem that there are some titles that I want to span two graphs.
3)I have tried using the title options in graph combine and I can't get everything labeled exactly where I want it without a lot of trial and error.
4)I tried creating the top row and the left row independently first and doing a more complicated combine, but that had some other disadvantages (I am also trying to separate parts of the combined graph with outlines) and was hard to get the sizing right (although that might be because of my expertise with graph combine
5)I can, of course, use the graph editor.
Because I try to do everything in an automated fashion (I am doing multiple of these in slightly different contexts), I would prefer to have a better solution than some of the more manual approaches that I have tried.
Thanks,
Jeff
Comment