Changeset 21713


Ignore:
Timestamp:
05/12/17 14:49:23 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: allow subplotmodel for plotunit

File:
1 edited

Legend:

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

    r21705 r21713  
    191191        id=getfieldvalue(options,'asymsubplot',i);
    192192        subplot(nlines,ncols,id);
     193        subplotmodel(nlines,ncols,id,options);
    193194else
    194         subplot(nlines,ncols,i);
     195        subplotmodel(nlines,ncols,i,options);
    195196end
    196197
Note: See TracChangeset for help on using the changeset viewer.