Greetings,
I'm running Stata 15.1 on OSX. Using the grc1leg command, I've combined 5 different graphs while generating a common legend. However, the legend is positioned under the 5 panels, with the 6th panel left 'blank'. If possible, I'd like to situate the legend in that blank 6th panel. This is what I'm currently looking at:

This is my code:
Any help will be much appreciated. Thanks!
I'm running Stata 15.1 on OSX. Using the grc1leg command, I've combined 5 different graphs while generating a common legend. However, the legend is positioned under the 5 panels, with the 6th panel left 'blank'. If possible, I'd like to situate the legend in that blank 6th panel. This is what I'm currently looking at:
This is my code:
Code:
grc1leg "/Users/ZG/Documents/NHMS-RESPECT.gph" "/ZG/Documents/NHMS- > SERVICE.gph" "/Users/ZG/Documents/NHMS-STUPID.gph" "/Users/ZG/Documents/NHM > S-AFRAID.gph" "/Users/ZG/Documents/NHMS-HARASSED.gph", iscale(*.9)
Comment