Ignore:
Timestamp:
02/27/18 14:28:51 (7 years ago)
Author:
Eric.Larour
Message:

CHG: implemented basal forcings in vectorial format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/plot/plot_riftvel.m

    r13730 r22481  
    101101hold off
    102102
     103%xlim and ylim:
     104if ~exist(options,'xlim') options=addfielddefault(options,'xlim',[min(md.mesh.x) max(md.mesh.x)]); end
     105if ~exist(options,'ylim') options=addfielddefault(options,'ylim',[min(md.mesh.y) max(md.mesh.y)]); end
     106
    103107%apply options
    104108quiver_colorbar(quivers,options);
Note: See TracChangeset for help on using the changeset viewer.