Ignore:
Timestamp:
12/08/22 00:23:36 (2 years ago)
Author:
jdquinn
Message:

CHG: MATLAB > Python translation; cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/plot/plot_coastlines.py

    r25762 r27458  
    66
    77
    8 def plot_coastlines(mesh, *args): #{{{
     8def plot_coastlines(mesh, *args):  # {{{
    99    # Define coastline #{{{
    1010    coast = np.array([
     
    98899889        coast[:, 1] - 360
    98909890    ])
    9891     #}}}
     9891    # }}}
    98929892
    98939893    if len(args) == 1:
     
    99209920            else:
    99219921                xlim(options.getfieldvalue('xlim', [-180, 180]))
    9922 #}}}
     9922# }}}
Note: See TracChangeset for help on using the changeset viewer.