Announcement

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

  • GREATER THAN or EAQUAL TO SIGN FOR TABLES /GRAPHS

    Hi ,

    I am trying to find if there is an option to insert "≥" , "≤" symbols ( not ">=" OR "=<" symbols) in graphs and labels in stata.
    I have tried char function but cant get these ( "≥" , "≤" ) symbols.
    The ability to insert it using char function helps you insert these symbols in graphs, charts, tables etc.

    There was a discussion about such in the past (http://www.stata.com/statalist/archi.../msg00487.html), but looks like there was no solution .
    Any help will be appreciated.
    Thank you very much for your time

    Thank you ,
    Lucas

  • #2
    Code:
     {&le} or {&ge}
    See:
    help graph_text##symbols

    Comment


    • #3
      Thank you, very much
      Lucas

      Comment

      Working...
      X