Changeset 2721


Ignore:
Timestamp:
12/11/09 07:47:40 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expdisp.m

    r2719 r2721  
    1414
    1515%check nargin
    16 if ~nargin | nargin>4
     16if ~nargin | nargin>5
    1717        help expdisp
    1818        error('expdisp error message: bad usage');
     
    4545figure(figurenumber),hold on
    4646for i=1:length(domain),
    47         plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,linestyle);
     47        plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,linestyle,'linewidth',linewidth);
    4848end
Note: See TracChangeset for help on using the changeset viewer.