Changeset 15109 for issm/trunk-jpl/src/m/plot/plot_manager.m
- Timestamp:
- 05/26/13 17:16:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.m
r14400 r15109 157 157 158 158 %Figure out if this is a semi-transparent plot. 159 if exist(options,'googleearth'), 160 plot_googleearth(md,data,options,nlines,ncols,i); 161 return; 162 end 163 164 %Figure out if this is a semi-transparent plot. 159 165 if exist(options,'gridded'), 160 166 plot_gridded(md,data,options,nlines,ncols,i);
Note:
See TracChangeset
for help on using the changeset viewer.