source:
issm/oecreview/Archive/24684-25833/ISSM-25455-25456.diff@
25834
Last change on this file since 25834 was 25834, checked in by , 4 years ago | |
---|---|
File size: 982 bytes |
-
../trunk-jpl/src/m/plot/processmesh.py
12 12 13 13 TODO: 14 14 - Test application of matlplotlib.delaunay 15 - Test that output of delaunay matches output of delaunay in MATLAB (see 15 - Test that output of delaunay matches output of delaunay in MATLAB (see 16 16 src/m/plot/processmesh.m) 17 17 """ 18 18 … … 61 61 else: 62 62 z = np.zeros(np.shape(md.mesh.x)) 63 63 z = options.getfieldvalue('z', z) 64 if isinstance(z, basestring):64 if isinstance(z, str): 65 65 z = getattr(md, z) 66 66 67 67 #is it a 2D plot? … … 89 89 y = y * unit 90 90 z = z * unit 91 91 92 #is model a member of planet class? 92 #is model a member of planet class? 93 93 # 94 94 # TODO: Change this when planet class defined (see src/m/plot/processmesh.m) 95 95 #
Note:
See TracBrowser
for help on using the repository browser.