Changeset 24478
- Timestamp:
- 12/18/19 10:15:19 (5 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.m
r21713 r24478 166 166 167 167 %Figure out if this is a semi-transparent plot. 168 if getfieldvalue(options,'landsat',0), 169 plot_landsat(md,data,options,nlines,ncols,i); 170 return; 171 end 172 173 %Figure out if this is a semi-transparent plot. 168 174 if exist(options,'gridded'), 169 175 plot_gridded(md,data,options,nlines,ncols,i);
Note:
See TracChangeset
for help on using the changeset viewer.