Changeset 2720


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

Added linewidth option for plots

Location:
issm/trunk/src/m/classes/public/plot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/applyoptions.m

    r2698 r2720  
    173173        filenamei=filename{i};
    174174        stylei=style{i};
    175         expdisp(filenamei,gcf,stylei,getfieldvalue(options,'unit',1));
     175        expdisp(filenamei,gcf,stylei,getfieldvalue(options,'linewidth',1),getfieldvalue(options,'unit',1));
    176176end
    177177
  • issm/trunk/src/m/classes/public/plot/plotdoc.m

    r2696 r2720  
    9090disp('       ''expdisp'': plot exp file on top of a data plot. provide exp file as an argument (use a cell of strings if more than one)');
    9191disp('       ''expstyle'': marker style for expdisp plot (use a cell of strings if more than one)');
     92disp('       ''linewidth'': line width for expdisp plot');
    9293disp('       ''border'': size of display border (in pixels). active only for overlay plots');
    9394disp('       ''text'': print string, use a cell of strings if more than one');
Note: See TracChangeset for help on using the changeset viewer.