Source: cli/datasets/dyn_spect_layout.pro
dyn_spect_layout Set the layout for the current dataset if it is a dyn_spects dataset. Usage: dyn_spect_layout[, layout, <keys>] Argument: layout int Either a 2-element array giving the number of columns and row, or a single integer giving the number of columns (the number of rows is then computed from the dataset properties). Keywords: default Set the layout to the default for this dataset. This is called whenever streams are added or the sectoring options are changed. in_columns Set the priority of rows and columns. with_headers If set, then add boxes top & bottom with details of the plot. lock_columns If set, then the default and verify settings will not change the number of columns. (use lock_columns=0 to unset this). Notes: If the plot must have multiple traces per panel, then setting both colour and linestyle to zero will produce colour differentiation if the output has a colour table and linestyle if not. Datasets: DYN_SPECT History: Original (after rate): 16/8/01; SJT