Changeset 6369
- Timestamp:
- 10/21/10 12:33:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/applyoptions.m
r6286 r6369 57 57 %Must be done here so that it uses the same xlim and ylim as plot_overlay 58 58 %these are changed by axis that follows 59 if strcmpi(getfieldvalue(options,'latlon','off'),'on')59 if ~strcmpi(getfieldvalue(options,'latlon','off'),'off') 60 60 latlonoverlay(options); 61 61 end … … 326 326 327 327 328 328 329 %flag edges of a partition 329 330 if exist(options,'partitionedges')
Note:
See TracChangeset
for help on using the changeset viewer.