Ignore:
Timestamp:
10/18/16 01:05:04 (8 years ago)
Author:
bdef
Message:

CHG: colormap treatment grid subplot tweak NEW: BC ability plotdoc

File:
1 edited

Legend:

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

    r17955 r21283  
    77from applyoptions import applyoptions
    88
    9 def plot_mesh(md,options,ax):
     9def plot_mesh(md,options,fig,ax):
    1010        '''
    1111        PLOT_MESH - plot model mesh
     
    2828        options.addfielddefault('colorbar','off')
    2929        options.addfielddefault('ticklabels','on')
     30        applyoptions(md,[],options,fig,ax)
Note: See TracChangeset for help on using the changeset viewer.