Changeset 25325
- Timestamp:
- 07/31/20 16:44:50 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_coastlines.m
r25236 r25325 9892 9892 set(p,'LineWidth',getfieldvalue(options,'coast_linewidth',1)); 9893 9893 else 9894 if ~strcmpi(getfieldvalue(options,'coord','xy'),'latlon'), 9894 if ~strcmpi(getfieldvalue(options,'coord','xy'),'latlon') & ~strcmpi(getfieldvalue(options,'coord','xy'),'latlong'), 9895 9895 9896 [x,y,z]=AboveGround(coastlat,coastlon,mesh.r(1),1000); 9896 9897 hold on, p=plot3(x,y,z,'k-');
Note:
See TracChangeset
for help on using the changeset viewer.