Announcement

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

  • Removing Legend in grc1leg

    Is it possible to remove all legends in grc1leg? The legend(off) option is not compatible with this command.

    Thank you,
    Liz

  • #2
    The objective of grc1leg is to combine graphs with a common legend. If you don't want the legend, you can always use the Stata's regular graph combine option for combining the graphs and keep the legend option off.
    Roman

    Comment


    • #3
      It is possible with -grc1leg2-. It has the option loff to "suppress the combined legend". Note that grc1leg2 is not in SSC, you can find it with

      Code:
      net search  grc1leg2
      Or install it with

      Code:
      net install grc1leg2, from(http://digital.cgdev.org/doc/stata/MO/Misc)

      Comment

      Working...
      X