Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
[cs,h]=m_contourf(long,lat,data,varargin);
M_CONTOURF Adds filled contours to a map
M_CONTOURF(LONG,LAT,DATA,...) is the same as M_CONTOUR except
that contours are filled. Areas of data above a given level are
filled, areas below are left blank or are filled by a lower level.
NaN's in the data leave holes in the filled plot/
[CS,H] = M_CONTOURF(...) returns contour matrix C as described in
CONTOURC and a vector H of handles to PATCH objects (for use by
CLABEL).
See also M_CONTOUR, CONTOURF
| This function calls | This function is called by |
|---|---|
Pierre-Michel THEVENY <theveny@dt.insu.cnrs.fr>