./
pp_contour_paths.pro
top source pp_contour_paths
result = pp_contour_paths(z [, x] [, y] [, _ref_extra=_ref_extra])
Simple wrapper for the contour procedure, used to extract the contour path points, and pack them into a list.
Return value
A list where each element has the n x,y pairs of each contour level, as a [2,x] array, or and empty array when the level has no points.
Parameters
- z in required
Passed unchanged to contour.
- x in optional
Passed unchanged to contour.
- y in optional
Passed unchanged to contour.
Keywords
- _ref_extra in out optional
Passed unchanged to/from contour.
Author information
- Author:
Paulo Penteado (pp.penteado@gmail.com), Aug/2010
Other attributes
- Requires:
IDL 8.0 or higher, for the lists and empty arrays.
Statistics
Lines: | 12 lines |
McCabe complexity: | 3 |
File attributes
Modification date: | Thu Jan 31 16:29:45 2013 |
Lines: | 38 |
Docformat: | rst rst |