Source: dataset/pad/pad_dataset__set_layout.pro
pad_dataset::set_layout Set up the layout of a pad plot page. Usage: dsref -> set_layout, rows=rows, columns=columns, $ allow_2d=allow_2d, with_headers=with_headers Keywords: rows int How many rows to put on the page. columns int How many columns to put on the page. allow_2d If set, then if rows > n * number of panels/time allow these to be place in multiple rows on the same page. with_headers If set, then add headers to the plot. use_colour If set, then use colours to code the channels. default If set, then set default settings. History: Original: 22/2/00; SJT Add default key: 3/3/00; SJT Add colour options: 8/3/00; SJT