select_llegend
graphical user interface for setting legend for line plots
Contents
Syntax
legend = select_llegend (legend)
Description
Select or edit a legend for line plots; the active item is indicated and can be changed with button #. Edit line specs with button line and taxon name with button taxon. Edit the sequence with buttons v and ^, insert with >, remove with x. The sequence matters if lines will be plotted on top of each other.
Input:
- legend: optional (n,2)-matrix with lines (3-vector of cells) and taxa (string)
Output:
- legend: (m,2)-matrix with lines (3-vector of cells) and taxa (string)
Remarks
Press any key when done. Calls select_line to edit lines.
Example of use
legend = select_llegend;