Dear listers
I would like to use the grc1leg to produce a figure, housing multiple plots but with only one legend. the grc1leg (SCC) package can do that. I use the code:
Code:
grc1leg "g1.gph" "g2.gph" "g3.gph" "g4.gph", row(2)
now the graphs combine fine, and there is only one set of legends, but how do i control the size of the legends. If I put
Code:
legend(size(small))
after
Code:
row(2)
i get an error saying graph not found.

I can manually edit the graph in the editor, but i would like to code it into my do file.
thank you