I'm generating a few maps with use of spamp (SSC) that I'm subsequently merging with use of grc1leg (SSC) into the graphic below:

With use of the code below:
I would like to move the legend into the chart below the map for 2008. My thinking was that ring(0) defines the position inside the chart, maybe this is the case but still I would like to move my map further into the chart.
With use of the code below:
Code:
grc1leg `plots', cols(2) ring(0) position(5) name(maps, replace)
Comment