Announcement

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

  • How to change the number of graphs per row/column in a combined graph

    Dear statalist,

    I would like to produce a combined graph with totally 6 graphs. Stata gives a 3*2 layout (3 graphs per row and 2 graphs per column) to a 2*3 layout (2 graphs per row and 3 graphs per column).

    Thank you very much!

  • #2
    What you want is an array of graphs with 3 rows and 2 columns. The output of help graph combine suggests that either the option
    Code:
    rows(3)
    or the option
    Code:
    cols(2)
    will do that for you.

    Comment

    Working...
    X