rate_dataset::get_layout

Source: dataset/rate/rate_dataset__get_layout.pro

 rate_dataset::get_layout
        Return the plot layout of a dataset (or selected fields
        thereof)

 Usage:
        layout = dsref -> get_layout([<keys>])

 Keywords:
        layout          Return just the page geometry
        colour          Return whether we use colour to separate
                        traces
        linestyle       Return whether we use linestyle to separate
                        traces
        in_columns      Return whether we are plotting in columns or
                        in rows
        by_sectors      Return whether we are group the plots by
                        sector or by channel
        n_traces        Return how many traces will appear on each
                        plot.
        n_panel         Return how many panels the plot will have.
        headers         Return whether headers are to be used on the
                        plot.
        lock_columns    Return whether the column count is locked.

 Notes:
        If no keywords are given, then the whole layout structure is
        returned.

 History:
        Original: 21/1/00; SJT
        Add n_panel and date keys: 16/2/00; SJT
        Add headers key: 15/3/00; SJT
        Add lock_columns key: 20/4/01; SJT



James Tappin 2005-02-04