Documentation of m_line


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


Function Synopsis

h=m_line(long,lat,varargin);

Help text

 M_LINE Create a line on a map
    M_LINE(LONG,LAT) adds the line in vectors LONG and LAT to the 
    current axes. If LONG and LAT are matrices the same size, one 
    line per column is added.
 
    LINE returns a column vector of handles to LINE objects, 
    one handle per line. LINEs are children of AXES objects.
 
    The LONG,LAT pair can be followed by 
    parameter/value pairs to specify additional properties of the lines.
    These are standard 'line' properties.

    See also LINE, M_LL2XY

Cross-Reference Information

This function calls This function is called by

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