Changeset 19300


Ignore:
Timestamp:
04/22/15 22:13:02 (10 years ago)
Author:
Eric.Larour
Message:

CHG: allow for different linewidths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-ice-ocean/src/m/plot/applyoptions.m

    r17568 r19300  
    244244        filename=(getfieldvalue(options,'expdisp'));
    245245        style=(getfieldvalue(options,'expstyle'));
    246         linewidth=(getfieldvalue(options,'linewidth',1));
     246        linewidth=(getfieldvalue(options,'linewidths',1));
    247247        for i=1:length(getfieldvalue(options,'expdisp')),
    248248                filenamei=filename{i};
Note: See TracChangeset for help on using the changeset viewer.