Announcement

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

  • Reducing the size of a bar graph

    Dear All,
    Is any help available on how to reduce the width of a bar graph after using the command?
    Code:
    graph bar (mean) var1 var2
    Dapel
    Last edited by Zuhumnan Dapel; 01 Jun 2023, 07:39.

  • #2
    Doesn't the option -bargap()- do this? A larger gap between bars implies narrower bars.

    Code:
    graph bar (mean) var1 var2, bargap(30)
    Otherwise you may be thinking about adjusting the graph's aspect ratio, in which case see

    Code:
    help aspect option

    Comment


    • #3
      Thank you

      Comment


      • #4
        Thank you

        Comment

        Working...
        X