Changeset 21283 for issm/trunk-jpl/src/m/plot/plot_mesh.py
- Timestamp:
- 10/18/16 01:05:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_mesh.py
r17955 r21283 7 7 from applyoptions import applyoptions 8 8 9 def plot_mesh(md,options, ax):9 def plot_mesh(md,options,fig,ax): 10 10 ''' 11 11 PLOT_MESH - plot model mesh … … 28 28 options.addfielddefault('colorbar','off') 29 29 options.addfielddefault('ticklabels','on') 30 applyoptions(md,[],options,fig,ax)
Note:
See TracChangeset
for help on using the changeset viewer.