Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
h=m_text(long,lat,varargin);
M_TEXT Text Annotation
M_TEXT(LONG,LAT,'string') adds the text in the quotes to location
(LONG,LAT) on the currently defined map projection. If LONG and LAT
are vectors, M_TEXT writes the text at all locations given.
If 'string' is an array the same number of rows as the
length of LONG and LAT, M_TEXT marks each point with the
corresponding row of the 'string' array.
M_TEXT returns a column vector of handles to TEXT objects, one
handle per text object. TEXT objects are children of AXES objects.
M_TEXT(LONG,LAT,'string',property/value pairs) can be used to
change fontsize, weight, color, etc using the standard TEXT
properties.
See also TEXT.
| This function calls | This function is called by |
|---|---|
Pierre-Michel THEVENY <theveny@dt.insu.cnrs.fr>