Changeset 2511
- Timestamp:
- 10/23/09 09:39:19 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/checkplotoptions.m
r2478 r2511 161 161 expdispvaluesarray=cell(0,0); 162 162 expstylevaluesarray=cell(0,0); 163 expstylevalues=cell(0,0); 163 164 if exist(options,'expstyle'), 164 165 expstylevalues=getfieldvalue(options,'expstyle'); -
issm/trunk/src/m/classes/public/plot/plot_highlightgrids.m
r2439 r2511 22 22 text(x(list(i)),y(list(i)), z(list(i)),num2str(list(i)),'backgroundcolor',[1 0 0]); 23 23 end 24 end25 24 else 26 25 %plot mesh … … 35 34 text(x(list(i)),y(list(i)), z(list(i)),num2str(list(i)),'backgroundcolor',[1 0 0]); 36 35 end 37 end38 36 end 39 37
Note:
See TracChangeset
for help on using the changeset viewer.