Changeset 27458 for issm/trunk-jpl/src/m/plot/plot_coastlines.py
- Timestamp:
- 12/08/22 00:23:36 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/plot_coastlines.py ¶
r25762 r27458 6 6 7 7 8 def plot_coastlines(mesh, *args): #{{{8 def plot_coastlines(mesh, *args): # {{{ 9 9 # Define coastline #{{{ 10 10 coast = np.array([ … … 9889 9889 coast[:, 1] - 360 9890 9890 ]) 9891 # }}}9891 # }}} 9892 9892 9893 9893 if len(args) == 1: … … 9920 9920 else: 9921 9921 xlim(options.getfieldvalue('xlim', [-180, 180])) 9922 # }}}9922 # }}}
Note:
See TracChangeset
for help on using the changeset viewer.