- Timestamp:
- 02/27/18 14:28:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/plot/plot_riftvel.m
r13730 r22481 101 101 hold off 102 102 103 %xlim and ylim: 104 if ~exist(options,'xlim') options=addfielddefault(options,'xlim',[min(md.mesh.x) max(md.mesh.x)]); end 105 if ~exist(options,'ylim') options=addfielddefault(options,'ylim',[min(md.mesh.y) max(md.mesh.y)]); end 106 103 107 %apply options 104 108 quiver_colorbar(quivers,options);
Note:
See TracChangeset
for help on using the changeset viewer.