Index: ../trunk-jpl/src/m/plot/processmesh.py =================================================================== --- ../trunk-jpl/src/m/plot/processmesh.py (revision 25455) +++ ../trunk-jpl/src/m/plot/processmesh.py (revision 25456) @@ -12,7 +12,7 @@ TODO: - Test application of matlplotlib.delaunay - - Test that output of delaunay matches output of delaunay in MATLAB (see + - Test that output of delaunay matches output of delaunay in MATLAB (see src/m/plot/processmesh.m) """ @@ -61,7 +61,7 @@ else: z = np.zeros(np.shape(md.mesh.x)) z = options.getfieldvalue('z', z) - if isinstance(z, basestring): + if isinstance(z, str): z = getattr(md, z) #is it a 2D plot? @@ -89,7 +89,7 @@ y = y * unit z = z * unit - #is model a member of planet class? + #is model a member of planet class? # # TODO: Change this when planet class defined (see src/m/plot/processmesh.m) #