Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • grc1leg; how to control legend text and marker size

    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

  • #2
    Apply the -legend(size())- option to the individual graphs.

    Comment

    Working...
    X