Announcement

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

  • Removing note on the bottom-left of a Figure

    Dear All, Suppose I run the code
    Code:
    sysuse auto, clear
    graph bar price, by(foreign)
    and obtain a figure as
    Click image for larger version

Name:	bottom-left.png
Views:	1
Size:	52.8 KB
ID:	1604063


    My question is: how to remove the note (Graphs by Car type) on the bottom-left side? Thanks.
    Ho-Chuan (River) Huang
    Stata 19.0, MP(4)

  • #2
    Try this.
    Code:
    graph bar price, by(foreign, note(""))

    Comment


    • #3
      Dear Joseph, Thanks. It works.

      Ho-Chuan (River) Huang
      Stata 19.0, MP(4)

      Comment

      Working...
      X