Documentation of m_legend


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

[h] = m_legend(varargin)

Help text

 M_LEGEND Add a legend to a map. This function does not have the
         full functionality of LEGEND but avoids some of the problems
         encountered using that function in M_MAP. Feel free to
         add code!

    [legend_handle] = M_LEGEND(HANDLES,String1,String2,String3,...)

    puts a legend on the plot containing the handles in the vector HANDLES 
    using the specified strings as labels for the corresponding handles.
    By holding the mouse button down, the legend can be moved around the
    plot.

Cross-Reference Information

This function calls

Pierre-Michel THEVENY <theveny@dt.insu.cnrs.fr>