Announcement

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

  • Number of rows and columns of subplots using xtline

    Hi,

    how can I define the number of rows/columns of subplots when using "xtline"? The options "rows()" and "cols()" do not work:

    input: "xtline var1, rows(2)"
    output: "option rows() not allowed"

    Same with "cols(#)". Any ideas?

    Thanks

  • #2
    Perhaps

    Code:
    byopts(rows(2))

    Comment


    • #3
      Hi Nick,

      that works - thank you very much.

      Cheerz

      Comment

      Working...
      X