Changeset 24740


Ignore:
Timestamp:
04/27/20 12:06:58 (5 years ago)
Author:
Eric.Larour
Message:

CHG: new contour plot routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/basin.m

    r24156 r24740  
    122122                        out.nods=length(x);
    123123                end % }}}
     124                function contourplot(self,varargin) % {{{
     125                        contour=self.contour();
     126                        plot(contour.x,contour.y,'r*-');
     127
     128                end % }}}
    124129                function output=shapefilecrop(self,varargin) % {{{
    125130
Note: See TracChangeset for help on using the changeset viewer.