Changeset 12374
- Timestamp:
- 06/06/12 14:06:26 (13 years ago)
- Location:
- issm/trunk-jpl/src/m/model
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/plot/plot_manager.m
r11249 r12374 165 165 if exist(options,'sectionvalue') 166 166 plot_section(md,data,options,nlines,ncols,i); 167 return; 168 end 169 170 %Figure out if this is a Profile plot 171 if exist(options,'profile') 172 plot_profile(md,data,options,nlines,ncols,i); 167 173 return; 168 174 end -
issm/trunk-jpl/src/m/model/plot/plotdoc.m
r12193 r12374 94 94 disp(' ''showsection'': show section used by ''sectionvalue'' (string ''on'' or a number of labels)'); 95 95 disp(' ''sectionvalue'': give the value of data on a profile given by an Argus file (string ''Argusfile_name.exp'')'); 96 disp(' ''profile'': give the value of data along a vertical profile ([xlocation ylocation])'); 96 97 disp(' ''smooth'': smooth element data (string ''yes'' or integer)'); 97 98 disp(' ''title'': same as standard matlab option');
Note:
See TracChangeset
for help on using the changeset viewer.